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
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
# 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
# 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
# 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
# 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
# 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
# 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
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:/