[perl #78280] [BUG] Null PMC access when giving a variable from a scope that doesn't exist as the default of an 'is rw' parameter and then modifying the parameter in Rakudo

2010-10-07 Thread Carl Mäsak via RT
rakudo: $FOO::a = 42 rakudo 377615: OUTPUT«Null PMC access in getprop() [...] * masak changes the ticket

[perl #78280] [BUG] Null PMC access when giving a variable from a scope that doesn't exist as the default of an 'is rw' parameter and then modifying the parameter in Rakudo

2010-10-07 Thread Carl Mäsak
# 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();

[perl #78278] [BUG] The optional $_ seems to default to $CALLER::_, not $OUTER::_ in Rakudo

2010-10-07 Thread Carl Mäsak
# 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

[perl #78276] [BUG] Null PMC access when calling a multi sub with a parameter narrowed by a subtype that does a regex match in Rakudo

2010-10-07 Thread Carl Mäsak via RT
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

[perl #78276] [BUG] Null PMC access when calling a multi sub with a parameter narrowed by a subtype that does a regex match in Rakudo

2010-10-07 Thread Carl Mäsak
# 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

[perl #77876] tests available

2010-10-07 Thread kyleha
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