[perl6/specs] 8efa3a: Correct Match.start/Match.end -> Match.from/Match....

2013-03-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 8efa3ac10649401dbbcb6488975bc65d6b501326 https://github.com/perl6/specs/commit/8efa3ac10649401dbbcb6488975bc65d6b501326 Author: Rob Hoelz Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M S28-spec

[perl #117171] [BUG] [WEIRD] Internal Parrot error when doing this thing in Rakudo

2013-03-14 Thread Carl Mäsak via RT
it's not an internal parrot error; it's the stringification of the pseudo-stash * masak adds this to the ticket r: say ::.Str rakudo 1c9939: OUTPUT«GLOBALish 7 EXPORT11 $?PACKAGE 15 ::?PACKAGE 19 $_ 23 $/ 27 $! 39 $=pod43 !UNIT_MARKER 51␤» if it's just a stash, sho

[perl #117171] [BUG] [WEIRD] Internal Parrot error when doing this thing in Rakudo

2013-03-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117171] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117171 > r: class :: { }; ::(::) 21:13 <+p6eval> rakudo 1c9939: OUTPUT«No such symbol 'GL

[perl #117169] [BUG] LTA error message when class does stubbed role in Rakudo

2013-03-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117169] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117169 > r: role F { ... }; class G does F { } rakudo 1c9939: OUTPUT«===SORRY!===␤None

[perl #117167] [BUG] LTA error message when role does itself in Rakudo

2013-03-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117167] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117167 > r: role F { ... }; class F does F { } rakudo 1c9939: OUTPUT«===SORRY!===␤Metho

[perl #117165] [BUG] Infinite regress when self-inheriting with double colons in Rakudo

2013-03-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117165] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117165 > r: class ::F { ... }; class F is ::F { } rakudo 1c9939: OUTPUT«maximum recursi

[perl #117163] [BUG] Infinite regress when 'also is' on own class in Rakudo

2013-03-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117163] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117163 > r: class F { also is F; } rakudo 1c9939: OUTPUT«maximum recursion depth exceede

[perl #117161] [BUG] [WEIRD] LTA error message when referring to capture variable exceeding 2**31-1 in Rakudo

2013-03-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117161] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117161 > masak: here's a fun one: r: $111 rakudo 1c9939: OUTPUT«Cannot

Re: [perl #117147] doesnt compile under mac 10.8.3

2013-03-14 Thread Moritz Lenz
On 03/13/2013 03:07 PM, herbert breunung (via RT) wrote: # New Ticket Created by "herbert breunung" # Please include the string: [perl #117147] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117147 > error msg: http:/