[perl #101440] [BUG] Closures created inside BEGIN blocks see the wrong outer lexpad in Rakudo

2013-05-19 Thread Carl Mäsak via RT
masak (>>), coke (>): > > nom: my $c; my $name; BEGIN { $c = { say "OH HAI $name" } }; > > $name = "masak"; $c() > > nom ea25f3: OUTPUT«Use of uninitialized value in string > > context␤OH HAI ␤» > > I'd expect the above to say "OH HAI masak". > > are my expectations too high? :) > > masak: See

Re: [perl #118053] cannot specify optional positional with Mu as default

2013-05-19 Thread Moritz Lenz
On 05/19/2013 06:41 PM, Elizabeth Mattijsen (via RT) wrote: > # New Ticket Created by Elizabeth Mattijsen > # Please include the string: [perl #118053] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118053 > > > >

[perl #118053] cannot specify optional positional with Mu as default

2013-05-19 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #118053] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118053 > [18:35:53] r: sub a ($a=Mu) { }; a [18:35:54] <+camelia>rakudo 9

Re: fun with memory with origin/jvm-support

2013-05-19 Thread Gerd Pokorra
Hello, after checking out the branch "rak-jvm-support" from the nqp repository and the branch "jvm-support" from the rakudo repository both build fine on JVM. ./perl6 --version This is perl6 version 2013.04-225-g7d2e5b4 built on JVM Thank you very much for the information Nicholas. -- Gerd Po