r26119 - docs/Perl6/Spec

2009-04-07 Thread pugs-commits
Author: skids Date: 2009-04-08 03:26:10 +0200 (Wed, 08 Apr 2009) New Revision: 26119 Modified: docs/Perl6/Spec/S07-iterators.pod docs/Perl6/Spec/S17-concurrency.pod Log: S07 flesh out generic array iterator S07 typo fixes, TODOs S07 add Coroutine section S17 delete old Coroutine material, ad

[perl #64526] Null PMC access when a variable occurs before its own declaration in a statement in Rakudo

2009-04-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64526] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64526 > rakudo: $a = (my $a) rakudo 0310a3: OUTPUT«Null PMC access in getprop() [...] * masak

[perl #64522] Rakudo is in my constants, modifying their values!

2009-04-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64522] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64522 > rakudo: say ++e rakudo 0310a3: OUTPUT«3.71828182845905␤» * masak submits rakudobug as

[perl #64514] =$*IN in void context terminates the program in Rakudo

2009-04-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64514] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64514 > rakudo: =$*IN; say "FOO" rakudo 0310a3: ( no output ) what's going on there? masak: