Re: No more Rakudo *?

2013-05-06 Thread Gabor Szabo
I started to write a stand-alone script that would build and test Rakudo and then a bunch of modules, but probably it would be easier to just try to build Rakudo * including all the modules and put together a report on issues encountered. I cloned Rakodo * from https://github.com/rakudo/star and t

[perl #117901] [BUG] prefix: and prefix: cause LTM error in hyphenated sub names like not-foo()

2013-05-06 Thread via RT
# New Ticket Created by Brent Laabs # Please include the string: [perl #117901] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117901 > labster: r: sub not-foo { "2" }; say not-foo(); camelia: rakudo 9ed5c5: OUTPUT«[31

[perl #117875] Smartmatching ints against Enumeration Types fails (probably NYI)

2013-05-06 Thread Patrick R. Michaud via RT
Resolved via a change to S12, see https://github.com/perl6/specs/commit/bff62668057bf3f87a6f80f33d088d47a1d 4eda2 . Pm

[perl6/specs] bff626: After much deliberation it was decided that matchi...

2013-05-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: bff62668057bf3f87a6f80f33d088d47a1d4eda2 https://github.com/perl6/specs/commit/bff62668057bf3f87a6f80f33d088d47a1d4eda2 Author: Elizabeth Mattijsen Date: 2013-05-06 (Mon, 06 May 2013) Changed paths:

[perl6/specs] 1f3417: distinguish .subparse from .parse

2013-05-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1f3417335cf35561fec290ca1be2bd7c03da2491 https://github.com/perl6/specs/commit/1f3417335cf35561fec290ca1be2bd7c03da2491 Author: Larry Wall Date: 2013-05-06 (Mon, 06 May 2013) Changed paths: M S05-reg

[perl6/specs] f06441: Fix problem in comment of wrong example

2013-05-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f06441c58139a4c3ae24088ab087e483bc98d8f7 https://github.com/perl6/specs/commit/f06441c58139a4c3ae24088ab087e483bc98d8f7 Author: Elizabeth Mattijsen Date: 2013-05-06 (Mon, 06 May 2013) Changed paths:

perl6-all@perl.org

2013-05-06 Thread yary
Typo: "theses operator" -> "these operators" -y On Mon, May 6, 2013 at 10:23 AM, GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/perl6/specs > Commit: 90fffbad2868a1c3b3151c79a805f9834a4902e2 > > https://github.com/perl6/specs/commit/90fffbad2868a1c3b3151c79a8

[perl #117859] Classes to be trusted need to be predeclared, apparently

2013-05-06 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #117859] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117859 > [19:24:46] :-) so what am I doing wrong here: [19:24:49] r: c

perl6-all@perl.org

2013-05-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 90fffbad2868a1c3b3151c79a805f9834a4902e2 https://github.com/perl6/specs/commit/90fffbad2868a1c3b3151c79a805f9834a4902e2 Author: Stéphane Payrard Date: 2013-05-06 (Mon, 06 May 2013) Changed paths: M S

[perl6/specs] f252dc: remove eval-level confusion from / $x / and / @x /

2013-05-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f252dcef34b51d37c6ee11499372e3bee69071dd https://github.com/perl6/specs/commit/f252dcef34b51d37c6ee11499372e3bee69071dd Author: Larry Wall Date: 2013-05-06 (Mon, 06 May 2013) Changed paths: M S05-reg

[perl #117889] Cannot get character of empty string

2013-05-06 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #117889] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117889 > r: '' ~~ / <:L> / rakudo 540c01: OUTPUT«Cannot get character of empty string␤ i

[perl #117875] Smartmatching ints against Enumeration Types fails (probably NYI)

2013-05-06 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #117875] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117875 > [20:30:33] rn: my enum Day ; say 3 ~~ Day [20:30:37] <+camelia>

[perl #117853] [BUG] can't assign here documents to constants

2013-05-06 Thread via RT
# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #117853] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117853 > This is perl6 version 2013.04-32-gc66c428 built on parrot 5.2.0 revision REL

Re: [perl #117831] [BUG] Grammar capture of '%' separator

2013-05-06 Thread David Warring
Thanks for that. I've added a couple of tests to roast/S05-capture/caps.t. https://github.com/perl6/roast/commit/bc4c9a5ec803a2a19087a922798df6f8f8e653c9 Hope these help. On Sat, May 4, 2013 at 7:45 AM, Patrick R. Michaud via RT < perl6-bugs-follo...@perl.org> wrote: > Now fixed in 4741028: >

[perl #117889] Cannot get character of empty string

2013-05-06 Thread Will Coleda via RT
On Mon May 06 08:10:07 2013, FROGGS.de wrote: > r: '' ~~ / <:L> / > rakudo 540c01: OUTPUT«Cannot get character of empty string␤ in > regex at /tmp/iwmzk4uA9Y:1␤ in method ACCEPTS at > src/gen/CORE.setting:10370␤ in method ACCEPTS at > src/gen/CORE.setting:683␤ in block at /tmp/iwmzk4uA9Y:1␤␤» >

[perl #117889] Cannot get character of empty string

2013-05-06 Thread Will Coleda via RT
On Mon May 06 08:10:07 2013, FROGGS.de wrote: > r: '' ~~ / <:L> / > rakudo 540c01: OUTPUT«Cannot get character of empty string␤ in > regex at /tmp/iwmzk4uA9Y:1␤ in method ACCEPTS at > src/gen/CORE.setting:10370␤ in method ACCEPTS at > src/gen/CORE.setting:683␤ in block at /tmp/iwmzk4uA9Y:1␤␤» >