+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
Author: lwall
Date: 2010-02-17 23:40:45 +0100 (Wed, 17 Feb 2010)
New Revision: 29772
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] copyo spotted by Smylers++
Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Perl6/Spec/S02-
pugs-comm...@feather.perl6.nl writes:
> Author: lwall
> +++ docs/Perl6/Spec/S02-bits.pod 2010-02-17 19:15:34 UTC (rev 29768)
>
> +rhyme((1,2),3,:mice) # rhyme has 2 arguments
Should that say 3 arguments? (If not, please can somebody clarify what
the 2 arguments are.)
Thanks.
Smyler
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
Author: lwall
Date: 2010-02-17 20:15:34 +0100 (Wed, 17 Feb 2010)
New Revision: 29768
Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S04-control.pod
Log:
[S02,S04] more clarification of when parcels are and aren't used.
Use "argument" as a technical term meaning either a real parcel o
Author: masak
Date: 2010-02-17 17:41:32 +0100 (Wed, 17 Feb 2010)
New Revision: 29767
Modified:
docs/Perl6/Spec/S26-documentation.pod
Log:
[S26] Added Damian's even more latest changes
A nifty command called 'patch' almost managed to apply the updates.diff
file Damian sent to p6l. One hunk fail
Carl MXXsak (via RT) wrote:
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #72864]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=72864 >
>
>
> rakudo: say "1" === "2"
> rakudo 65e2d3: OUT