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's module.
package Someones::Module;
sub bad_func {
die __PACKAGE__ . ": something bad happened.";
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->new;
$f->and_then(sub {
do_something(shift->get); ## this does not return anything
});
t/samples/stackoverflow.atom view on Meta::CPAN
<p>I am getting this error log: </p>
<p>[2014-07-06 10:17:43,674: ERROR/MainProcess] Received unregistered task of type u'celeryApp.tasks.add'.
The message has been ignored and discarded.</p>
<p>Did you remember to import the module containing this task?
Or maybe you are using relative imports?
Please see <a href="http://bit.ly/gLye1c" rel="nofollow">http://bit.ly/gLye1c</a> for more information.</p>
<p>The full contents of the message body was:
{u'utc': True, u'chord': None, u'args': [2, 2], u'retries': 0, u'expires': None, u'task': u'celeryApp.tasks.add', u'callbacks': None, u'errbacks': None, u'timelimit': [No...
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/celery/worker/consumer.py", line 455, in on_task_received
strategies[name](message, body,
KeyError: u'celeryApp.tasks.add'</p>
</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 )