[perl #69178] [BUG] Null PMC access when definedness of placeholder parameter is evaluated inside 'repeat while' block in Rakudo

2012-05-27 Thread Will Coleda via RT
On Wed Sep 16 14:51:47 2009, masak wrote: > I smell a Null PMC access in the Force... > rakudo: repeat while True {} > rakudo 446d49: ( no output ) > rakudo: my $a = 1; repeat while $a< 10 { $^a.defined.say; } > rakudo 446d49: OUTPUT�Null PMC access in find_method() > * masak submits rakudobu

[perl #69178] [BUG] Null PMC access when definedness of placeholder parameter is evaluated inside 'repeat while' block in Rakudo

2010-07-27 Thread Will Coleda via RT
On Wed Sep 16 14:51:47 2009, masak wrote: > I smell a Null PMC access in the Force... > rakudo: repeat while True {} > rakudo 446d49: ( no output ) > rakudo: my $a = 1; repeat while $a< 10 { $^a.defined.say; } > rakudo 446d49: OUTPUT«Null PMC access in find_method() > * masak submits rakudobu

[perl #69178] [BUG] Null PMC access when definedness of placeholder parameter is evaluated inside 'repeat while' block in Rakudo

2009-09-17 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69178] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69178 > I smell a Null PMC access in the Force... rakudo: repeat while True {} rakudo 446d49: