Re: r29770 - docs/Perl6/Spec

2010-02-18 Thread Tim Bunce
On Wed, Feb 17, 2010 at 11:02:58PM +0100, pugs-comm...@feather.perl6.nl wrote: > Author: lwall > New Revision: 29770 > > Modified: >docs/Perl6/Spec/S04-control.pod > +resumed that the stack is unwound the the phasers called. "the the" Tim.

Re: r29770 - docs/Perl6/Spec

2010-02-17 Thread Richard Hainsworth
+the calls stack is actually unwound to run. That is, just because an +exception is thrown past a stack frame does not leave the block, since +the exception might be resumable. It is only if an exception is not +resumed that the stack is unwound the the phasers called. 'just because ...' an

r29770 - docs/Perl6/Spec

2010-02-17 Thread pugs-commits
Author: lwall Date: 2010-02-17 23:02:58 +0100 (Wed, 17 Feb 2010) New Revision: 29770 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] clarify that leave phasers do not trip till after an exception is handled (and not resumed) Modified: docs/Perl6/Spec/S04-control.pod