Re: [perl #61766] Negative array indices like [*-1] cause null PMC access on arrays which are object attributes

2008-12-29 Thread Илья
Cool! I found that bug too, but understand it wrong and do not reproduce in small example. Thank you! 2008/12/28 via RT Matthew Walton : > # New Ticket Created by Matthew Walton > # Please include the string: [perl #61766] > # in the subject line of all future correspondence about this issue. >

[perl #61806] undefined hash, something wrong (plz make subject better if your understand what is right behavior)

2008-12-29 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #61806] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61806 > Hi there! examples: > sub foo (%h?) { { a => 1, %h }.perl.say; }; foo( { b => 2 } ); {

[perl #61816] $OUT.say

2008-12-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61816] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61816 > perl6: $OUT.say("hi") rakudo 34584: OUTPUT«Scope not found for PAST::Var '$OUT' [...]

[perl #61824] ++ makes variables rw, <-> seemingly doesn't

2008-12-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61824] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61824 > rakudo: my @a = <1 2 3 4 5 6>; my @b = (10..16); for @a Z @b <-> $a,$b { $a++ }; say @

[perl #61826] [BUG] "use" after "module" executes out of order in compiled PIR

2008-12-29 Thread via RT
# New Ticket Created by Jeff Horwitz # Please include the string: [perl #61826] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61826 > assume the following three files: Bar.pm: say "in Bar.pm"; foo1.p6: module F

[perl #61814] [TODO] implement 'my class'

2008-12-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61814] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61814 > S12: To declare a lexically scoped class, use my class. This currently does not work i