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

[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 #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

[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␤␤» >