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
# 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!
# 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
# 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
# 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
# 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
# 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
$
# 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
# 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