[perl #78258] [BUG] %*ENV doesn't work from within a use'd module in Rakudo

2010-10-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78258] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78258 > mberends++ reports the following bug: $ cat testenv.pm6 print 'Test existence of %*ENV

[perl #78256] [BUG] %*ENV.defined returns Bool::True in Rakudo

2010-10-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78256] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78256 > rakudo: say %*ENV.exists('PERL6LIB'); say %*ENV.defined; say %*ENV; rakudo e9e7fc: OUT

[perl #73074] [BUG] Rakudo barfs at undeclared &-sigilled variables

2010-10-06 Thread Carl Mäsak via RT
This ticket seems to have spec, spectests and implementation all blocking on each other. Meanwhile, a bit of discussion on #perl6 reveals that STD.pm6 acutally takes a stand; it checks whether there's a 'foo' sub declared if it encounters &foo at compile time. Unfortunately, there's a bug in S

[perl #69460] [BUG] Null PMC access when modifying 'our'-variable declared outside of a class from inside the class in Rakudo

2010-10-06 Thread Carl Mäsak via RT
On Tue Sep 29 03:02:48 2009, masak wrote: > rakudo: our $c; class T { $c++ }; T.new > rakudo 0331d6: OUTPUT«Null PMC access in find_method()␤» > * masak submits rakudobug > this one was courtesy of flip214, actually. > actually, I suspect it's part of a larger, known set of issues. rakudo: ou

[perl #78252] [BUG] LTA error message when a variable is used but not declared in Rakudo

2010-10-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78252] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78252 > rakudo: say $foo; { my $foo = 42 } rakudo 2ee5db: OUTPUT«===SORRY!===␤too few position

[perl #78250] [BUG] Rakudo doesn't complain when a variable is mentioned before its declaration in a block

2010-10-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78250] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78250 > rakudo: sub foo ( ) { say 2*$lexical }; my $lexical = 4; foo(); rakudo 2ee5db: OUTPUT«

[perl6/specs] cb8c84: [S06] s/tail-recursion/recursion/

2010-10-06 Thread noreply
Branch: refs/heads/master Home: http://github.com/perl6/specs Commit: cb8c8487fa0ab7156fecffdc8a52bf75d4290c1b http://github.com/perl6/specs/commit/cb8c8487fa0ab7156fecffdc8a52bf75d4290c1b Author: Carl Masak Date: 2010-10-06 (Wed, 06 Oct 2010) Changed paths: M S06-routines.pod Log Me