rakudo: $FOO::a = 42
rakudo 377615: OUTPUT«Null PMC access in getprop() [...]
* masak changes the ticket
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #78280]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78280 >
rakudo: my $b; -> $_ is rw = $OUTER::_ { $_ = 5; $b =
{.say}}(); .say; $_ = 42; $b();
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #78278]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78278 >
Actually, maybe { /O/ } should be -> $_? { /O/ }
it is.
rakudo: my $b = { /O/ }; say
rakudo: multi detect(Str $foo where { /O/ }) {}; detect "O"
rakudo 377615: OUTPUT«Null PMC access in isa_pmc() [...]
rakudo: multi detect(Str $foo where /O/) {say 'hi'}; detect "O"
rakudo 377615: OUTPUT«hi»
* masak adds this to the ticket
tylercurtis++
rakudo: subset G of Str where /O/; mult
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #78276]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78276 >
rakudo: subset Greeting of Str where { /:i ^oh \s+ \w+ '!'?$/
}; subset LolGreeting of
This is an automatically generated mail to inform you that tests are now
available in S03-metaops/hyper.t
commit f471cc034654ed8c47adde98d2d811d54cb3d091
Author: Kodi Arfer
Date: Thu Oct 7 16:07:48 2010 -0400
[hyper.t] Tests for RT #77876.
diff --git a/S03-metaops/hyper.t b/S03-metaops/h