Re: [perl #74654] [BUG] '&$b()' is parsed wrongly by Rakudo

2012-01-13 Thread Moritz Lenz
Am 11.01.2012 16:46, schrieb Will Coleda via RT: On Tue Aug 17 21:54:31 2010, coke wrote: On Sun Apr 25 07:22:56 2010, masak wrote: masak: alpha is diferent from rakudo masak: which one is right? alpha: my $b =&time; say&$b(); alpha 30e0ed: OUTPUT«1272203938.46735␤» rakudo: my $b =&

[perl #69406] [TODO] PROCESS namespace NYI

2012-01-13 Thread jn...@jnthn.net via RT
On Mon Sep 28 07:40:21 2009, pmichaud wrote: > On Sat, Sep 26, 2009 at 09:46:01AM -0700, Olivier Mengué wrote: > > > > rakudo: say GLOBAL.WHAT > > rakudo e33d20: OUTPUT«Null PMC access in getprop()␤» > > Currently Rakudo defaults programs to being in the "Main" > namespace, per an earlier version

[perl #108160] [BUG] Null PMC access when binding hash slice in Rakudo

2012-01-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #108160] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=108160 > nom: my %hash = Crow => 'bar', Bar => 'crow'; %hash{} := 'a'; nom 45c44b: OUTPU

Re: [perl #108160] [BUG] Null PMC access when binding hash slice in Rakudo

2012-01-13 Thread Moritz Lenz
Fixed now, and tested in S03-operators/binding-hashes.t Am 13.01.2012 15:50, schrieb Carl MXXsak (via RT): # New Ticket Created by "Carl Mäsak" # Please include the string: [perl #108160] # in the subject line of all future correspondence about this issue. #https://rt.perl.org:443/rt3/Ticket/