On Sun, Nov 30, 2008 at 10:00 AM, raphaels <[EMAIL PROTECTED]> wrote: > > This looks great! thank you. I've been playing with it a little bit > and found an interesting behavior, adding this: > > http://gist.github.com/30350 > > in test/ft_93_on_error.rb yields: > > ================================================ > 1) Failure: > test_4(FlowTest93) > [./test/flowtestbase.rb:289:in `dotest' > ./test/ft_93_on_error.rb:171:in `test_4']: > flow failed : > (...) > . > <false> is not true. > ================================================ > > It seems that the parent 'on_error' handler doesn't get called if a > child 'on_error' handler raises an exception, the sequence is simply > cancelled.
Hi Raphael, I have integrated your test (http://github.com/jmettraux/ruote/commit/87b23d74e20077d923d2764b106408254cb4b500#diff-4) and I'm quite happy you come up with it as it demonstrated a infinite loop in the rescue mechanism : an error in the error_handler re-triggered itself. It's fixed now. > Happy thanksgiving to you too (is there Thanksgiving in Japan?) It hasn't permeated here (has it anywhere ?) US bases probably do celebrate it. Best regards, thanks again, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruote (OpenWFEru) users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
