[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: moritz r: '' ~~ / :L / camelia 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

[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: moritz r: '' ~~ / :L / camelia 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

[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. # URL: 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

[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. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117859 [19:24:46] lizmat :-) so what am I doing wrong here: [19:24:49]

[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. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117875 [20:30:33] lizmat rn: my enum Day Mon Tue Wed Thu Fri Sat Sun;

[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. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117889 moritz r: '' ~~ / :L / camelia rakudo 540c01: OUTPUT«Cannot get character of

[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 #117901] [BUG] prefix:so and prefix:not 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. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117901 labster: r: sub not-foo { 2 }; say not-foo(); camelia: rakudo 9ed5c5: