r31611 -[spec] random cleanup of fossils from before proto became a multi wrapper

2010-07-09 Thread pugs-commits
Author: lwall Date: 2010-07-10 08:43:17 +0200 (Sat, 10 Jul 2010) New Revision: 31611 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S09-data.pod docs/Perl6/Spec/S10-packages.pod docs/Perl6/Spec/S11-modules.pod docs/Perl6/Spec/S12-objects.p

r31610 -[S04] emphasize that LEAVE blocks *always* run even under stack unwinding

2010-07-09 Thread pugs-commits
Author: lwall Date: 2010-07-10 00:59:12 +0200 (Sat, 10 Jul 2010) New Revision: 31610 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] emphasize that LEAVE blocks *always* run even under stack unwinding Modified: docs/Perl6/Spec/S04-control.pod =

r31609 -[S04,6] more refinement of how scoping works under DBC

2010-07-09 Thread pugs-commits
Author: lwall Date: 2010-07-10 00:55:41 +0200 (Sat, 10 Jul 2010) New Revision: 31609 Modified: docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S06-routines.pod Log: [S04,6] more refinement of how scoping works under DBC note that all phasers in methods to have access to self via closure Mo

r31601 -[S04] simplify definition of successful return to be context agnostic

2010-07-09 Thread pugs-commits
Author: lwall Date: 2010-07-09 23:10:45 +0200 (Fri, 09 Jul 2010) New Revision: 31601 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] simplify definition of successful return to be context agnostic define class-level PRE/POST to be submethods that are called like BUILD/DESTROY Modified: d

r31600 -[S32/Temporal] Prose edit; "C" -> "list"

2010-07-09 Thread pugs-commits
Author: Kodi Date: 2010-07-09 21:47:34 +0200 (Fri, 09 Jul 2010) New Revision: 31600 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [S32/Temporal] Prose edit; "C" -> "list" Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod ==

r31598 -[S32/Temporal] Clarified the distinction between &time and &now, specified what formatters and time zones should actually do, and dropped some formatting methods.

2010-07-09 Thread pugs-commits
Author: Kodi Date: 2010-07-09 19:43:53 +0200 (Fri, 09 Jul 2010) New Revision: 31598 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [S32/Temporal] Clarified the distinction between &time and &now, specified what formatters and time zones should actually do, and dropped some for

r31595 -[S06] = should be :=

2010-07-09 Thread pugs-commits
Author: lwall Date: 2010-07-09 19:08:24 +0200 (Fri, 09 Jul 2010) New Revision: 31595 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] = should be := Modified: docs/Perl6/Spec/S06-routines.pod === --- docs/Perl6/Spec/S06-rout

r31593 -[S05,S06] more refinements to {*}

2010-07-09 Thread pugs-commits
Author: lwall Date: 2010-07-09 18:41:04 +0200 (Fri, 09 Jul 2010) New Revision: 31593 Modified: docs/Perl6/Spec/S05-regex.pod docs/Perl6/Spec/S06-routines.pod Log: [S05,S06] more refinements to {*} Modified: docs/Perl6/Spec/S05-regex.pod =

[UsingPerl6] "layout-basic" branch

2010-07-09 Thread Luc St-Louis
Hi, Please have a look at the "layout-basic" branch (I'll get rid of the "page-dimensions" and "fixquotes" branches, as their features are included in this one): . Uses a lot of Nikolai Prokoschenko's general design (from the "latex-tweaking" branch). One thing I did not use was the synta

[perl #76422] [BUG] Ranges shouldn't flatten inside junctions in Rakudo

2010-07-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76422] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76422 > rakudo: say (1..2) | (4..5) rakudo e59795: OUTPUT«any(1, 2, 4, 5)␤» rakudo: say (1..2

[perl #76432] [BUG] Can't parse functions having a keyword as a prefix and whose body is followed by a newline but not a semicolon in Rakudo

2010-07-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76432] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76432 > I just found a crazy error in rakudo RT has ~600 of those :-) but do tell you can't