[perl #116719] [BUG] Internal error message on Z=> in enum declaration in Rakudo

2017-12-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Yeah, this is not correct, and it was resolved in (2017-11-27) https://github.com/rakudo/rakudo/commit/d9021cf16e7df051c5e17c33919c9bde44c5e0db Now you may wonder when the original “Method 'returns' not found” was fixed, and… that was on Parrot :) So not really bisectable and not even relevant tod

[perl #116719] [BUG] Internal error message on Z=> in enum declaration in Rakudo

2015-01-06 Thread Christian Bartolomaeus via RT
This command no longer results in an internal error message. But the resulting enum is not what I expected in the first place (but maybe it's technically correct): $ perl6 -e 'enum Color ( Z=> 1,2,4); say Color.enums' "red\t1 green\t2 purple\t4" => 0 I get the same result when I add an extra pa

[perl #116719] [BUG] Internal error message on Z=> in enum declaration in Rakudo

2013-02-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #116719] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116719 > r: enum Color ( Z=> 1,2,4); rakudo a3869a: OUTPUT«===SORRY!===␤Method 'returns'