BusyBird-Input-Feed

 view release on metacpan or  search on metacpan

t/samples/rtcpan.rdf  view on Meta::CPAN

  <rdf:li rdf:resource="https://rt.cpan.org/Ticket/Display.html?id=96409" />
  <rdf:li rdf:resource="https://rt.cpan.org/Ticket/Display.html?id=96685" />
 </rdf:Seq>
</items>
</channel>
<item rdf:about="https://rt.cpan.org/Ticket/Display.html?id=84118">
<title>I really beg you to take back the exception catching feature in Future 0.11</title>
<link>https://rt.cpan.org/Ticket/Display.html?id=84118</link>
<description>I really beg you to take back the new feature in Future 0.11, in which
exceptions are caught by Future in followed_by(), and_then() and
or_else() callbacks.

This is because it can unintensionally hide critical errors and lead
to hard-to-solve bugs.

Suppose I use a function from someone&#x27;s module.

    package Someones::Module;
    
    sub bad_func {
        die __PACKAGE__ . &#x22;: something bad happened.&#x22;;

t/samples/rtcpan.rdf  view on Meta::CPAN


</description>
<dc:creator>TOSHIOITO@cpan.org</dc:creator>
<dc:date>Mon, 25 Mar 2013 05:09:05 +0000</dc:date>
</item>
<item rdf:about="https://rt.cpan.org/Ticket/Display.html?id=84188">
<title>Error message is not user-friendly for followed_by(), and_then(), or_else() and repeat()</title>
<link>https://rt.cpan.org/Ticket/Display.html?id=84188</link>
<description>I often forget to return a Future in the callback for followed_by(),
and_then() or or_else() method, especially when I just mean to provide
other parts of my program with a way to chain further callbacks.

In this case, the error message should be more user-friendly.

Example:

    use Future 0.11;
    my $f = Future-&#x3E;new;
    $f-&#x3E;and_then(sub {
        do_something(shift-&#x3E;get);  ## this does not return anything
    });

t/samples/stackoverflow.atom  view on Meta::CPAN

&lt;p&gt;I am getting this error log: &lt;/p&gt;

&lt;p&gt;[2014-07-06 10:17:43,674: ERROR/MainProcess] Received unregistered task of type u&#39;celeryApp.tasks.add&#39;.
The message has been ignored and discarded.&lt;/p&gt;

&lt;p&gt;Did you remember to import the module containing this task?
Or maybe you are using relative imports?
Please see &lt;a href=&quot;http://bit.ly/gLye1c&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/gLye1c&lt;/a&gt; for more information.&lt;/p&gt;

&lt;p&gt;The full contents of the message body was:
{u&#39;utc&#39;: True, u&#39;chord&#39;: None, u&#39;args&#39;: [2, 2], u&#39;retries&#39;: 0, u&#39;expires&#39;: None, u&#39;task&#39;: u&#39;celeryApp.tasks.add&#39;, u&#39;callbacks&#39;: None, u&#39;errbacks&#39;: None, u&#39;timelimit&#39;: [No...
Traceback (most recent call last):
  File &quot;/usr/local/lib/python2.7/dist-packages/celery/worker/consumer.py&quot;, line 455, in on_task_received
    strategies[name](message, body,
KeyError: u&#39;celeryApp.tasks.add&#39;&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://stackoverflow.com/q/24592910</id>
        <re:rank scheme="http://stackoverflow.com">0</re:rank>



( run in 0.986 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )