r30974 -[S05] Describe alternation left-factoring in rules, long implemented by gimme5

2010-05-29 Thread pugs-commits
Author: sorear Date: 2010-05-30 07:07:05 +0200 (Sun, 30 May 2010) New Revision: 30974 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] Describe alternation left-factoring in rules, long implemented by gimme5 Modified: docs/Perl6/Spec/S05-regex.pod ===

r30973 -[S02] missing var noticed by isBEKaml++

2010-05-29 Thread pugs-commits
Author: lwall Date: 2010-05-30 06:27:15 +0200 (Sun, 30 May 2010) New Revision: 30973 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] missing var noticed by isBEKaml++ Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/Sp

Advocating Perl 6

2010-05-29 Thread Aaron Sherman
As the time nears, I figured some buzz was in order, and to help with that, I'm Buzzing about Perl 6. If you would like to follow me / reshare / comment, you can go here: http://www.google.com/profiles/AaronJSherman#buzz My current goal is to post a short snippet of Perl 6 code with an equally br

[perl #75312] [BUG] Embedded comments don't work anymore in Rakudo

2010-05-29 Thread jn...@jnthn.net via RT
On Mon May 24 07:37:14 2010, masak wrote: > rakudo: sub foo(Str $x) #`{LOL IMA COMMENT} { ... } > rakudo a4d326: OUTPUT«Unable to parse postcircumfix:sym<( )>, > couldn't find final ')' [...] > std: sub foo(Str $x) #`{LOL IMA COMMENT} { ... } > std 30775: OUTPUT«ok 00:01 116m␤» > * masak submit

[perl #74234] [BUG] Bogus nominal type check error when creating a variable of typed with a subtype in Rakudo

2010-05-29 Thread jn...@jnthn.net via RT
On Sat Apr 10 14:22:26 2010, masak wrote: > rakudo: subset A of Mu; my A $x > rakudo 43f865: OUTPUT«Nominal type check failed for parameter > '$original'; expected Any but got Mu instead [...] > * masak submits rakudobug > > Note the leaked '$original' variable name above, suggestion that it's >