[perl #73938] [BUG] Internal error when declaring a twigil in Rakudo

2010-03-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73938] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73938 > masak: have you seen this one? rakudo: sub twigil:<@> {}; # masak: sry for the delay

[perl #73908] Can't construct a colonpair with a a private attribute

2010-03-31 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #73908] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73908 > 12:35 <@moritz_> rakudo: class A { has $!g; method foo { self.bar(:$!g) } }; 12:35 < p6ev

[perl #73912] [BUG]

2010-03-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73912] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73912 > This be Rakudo 534afd8 on Parrot r45304. $ mkdir X $ echo 'class X::Y {}' > X/Y.pm $

[perl #73910] [BUG] Strange error when defining a class after 'use' in Rakudo

2010-03-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73910] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73910 > This be Rakudo 534afd8 on Parrot r45304. $ echo 'say "OH HAI";' > A.pm $ perl6 -e 'use

[perl #73892] [BUG] Bogus error about placeholder variables when %_ is flattened inside a method in Rakudo

2010-03-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73892] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73892 > rakudo: class A { method f(*%_) { |%_ } }' rakudo 534afd: OUTPUT«Placeholder variables

[perl #73880] [TODO] Grammar::rule in regex rule calls in Rakudo

2010-03-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73880] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73880 > rakudo: grammar G { regex foo { (\d+) 4 }> '!' } }; say $_ ~~ // for '1234!', '123456!

[perl #73886] [BUG] Putting a 'use' statement inside a method causes Rakudo to emit a confused method about not being in a class

2010-03-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73886] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73886 > $ cat A.pm grammar A { } $ cat B.pm class B; method foo() { use A; } $ perl6 B.pm

[perl #73888] [BUG] %*VM doesn't work anymore in Rakudo

2010-03-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73888] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73888 > In various configure scripts in the app cheese, we find the Rakudo build dir through thi

[perl #56604] Not all error messages should include a stack trace

2010-03-31 Thread Carl Mäsak via RT
I'd just like to report that the stacktraces in Rakudo are back to being insanely long. I think they're even longer than when people were complaining about them being far too long last time, and someone fixed it. and are also back to be totally useless yes. * masak submits rakudobug Here's