[perl #102652] [BUG] Rakudo recommends a different syntax for do...for loops and then that syntax doesn't work

2015-02-01 Thread Carl Mäsak via RT
bri (>): > So this might be a closeable ticket now? Yes, I would say so. Good work. Resolving.

[perl #119339] "Octal" digits warn twice

2015-02-01 Thread bri
Fresher test results: no duplicate warnings, NULL pointers in REPL under parrot and jvm but not moar. Probably LTA to be telling the user to use '0o8' or '0o9'. NOTE: my perl6-p is Star.2014.12 and my perl6-j/m are built from star-daily Cologne-256-gd78c678. $ perl6-p -e 'say 09' Potential diff

[perl #102652] [BUG] Rakudo recommends a different syntax for do...for loops and then that syntax doesn't work

2015-02-01 Thread bri
Now STD does not parse "do...while" anymore, and there are tests to ensure rakudo does not parse "do...while" either, and tests to ensure the "repeat...while" and "repeat...until" forms work, as well. S04-statements/repeat.t S04-statements/do.t So this might be a closeable ticket now?

[perl #69492] [BUG] .signature.perl reports an anonymous named (yes, I know) parameter as positional in Rakudo

2015-02-01 Thread Christian Bartolomaeus via RT
The test in S06-signature/introspection.t is passing (for quite a while, I guess). I'm closing this ticket now.

[perl #123686] multi sub with where clause + temp crashing on MoarVM

2015-02-01 Thread Christian Bartolomaeus via RT
The test passes now and was unfudged with commit https://github.com/perl6/roast/commit/4954d43df4 I'm closing this ticket now. (whoever fixed this)++

[perl #123709] [BUG] LTA error message (for what maybe shouldn't be an error at all) when prefixing a sub name with '&' in Rakudo

2015-02-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123709] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123709 > m: sub &foo() {}; say "alive" rakudo-moar 6e182d: OUTPUT«===SORRY!=== Error while compi

[perl #116212] [BUG] 'Hash of Hash' line causes REPL to segfault in Rakudo

2015-02-01 Thread Carl Mäsak via RT
On Sat Jan 24 13:52:59 2015, barto...@gmx.de wrote: > As a status update: I don't get a segfault in the REPL with a current > rakudo (tested on moar, parrot and jvm). > > The error message has changed slightly: More exactly, the segfault is now gone. m: class Foo { has Hash of Hash $.foo = {} }