[perl #73502] [BUG] '@_.=[3]' causes a strange error in Rakudo

2010-03-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73502] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73502 > rakudo: @_.=[3] rakudo 0a0469: OUTPUT«Method '!postcircumfix:<[ ]>' not found for invo

[perl #73508] [BUG] Rakudo doesn't print anything on 'say (1,2,4...*)[10]'

2010-03-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73508] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73508 > rakudo: say (1,2,4...*)[10] rakudo 9786b0: ( no output ) * masak submits rakudobug

[perl #73504] Null PMC access in invoke()

2010-03-11 Thread via RT
# New Ticket Created by Stefan O'Rear # Please include the string: [perl #73504] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73504 > $ perl6 -e 'say Foo::x' Null PMC access in invoke() current instr.: '_block14' pc 29 (E

[perl #69322] Segfault in say 4.HOW.HOW

2010-03-11 Thread Moritz Lenz via RT
This error has been fixed while rewriting most of the meta object system in Perl 6. Tests are in meta-class.t

[perl #73484] [BUG] LTA error message when ambiguous dispatch occurs between two candidates with signatures differing only in their nested signature in Rakudo

2010-03-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73484] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73484 > rakudo: multi x(%h($a, $b)) {}; multi x(%h($a, $b)) {}; x({:a, :b}) rakudo 5b81df: OUT

[perl #73486] [BUG] Statement-modifier 'for' on a string causes Rakudo to iterate on individual characters

2010-03-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73486] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73486 > rakudo: .say for "hello"; rakudo 5b81df: OUTPUT«h␤e␤l␤l␤o␤» * masak submits rakudobug

[perl #73488] [BUG] LTA error message when an only sub fails to bind against hash keys in a nested signature in Rakudo

2010-03-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73488] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73488 > rakudo: sub foo(%h($left)) {}; foo({ no => "left key" }) rakudo 5b81df: OUTPUT«Not eno

Re: [perl #65784] [BUG] Can't build rakudo on a mac unibody 13''

2010-03-11 Thread Moritz Lenz
Status: Resolved Great, then I'll close the ticket (let's see if RT does this automatically...) Stéphane Payrard wrote: > On Tue, Mar 9, 2010 at 8:55 PM, Moritz Lenz via RT > wrote: >> Does this problem still persist with a current Rakudo? >> > > nope >

Re: Functional-style pattern matching

2010-03-11 Thread Moritz Lenz
Mark J. Reed wrote: > Oh, wow. I was just asking about the spec; didn't know this stuff > already worked. Rakudos to the team! :) Actually there's quite much that works in Rakudo, even if some corner cases are missing or error messages might benefit from more verbosity. Especially in the area o