[perl #123083] [BUG] `anon enum` should work the same way as `enum ::`, and `my %e = enum ::` should work too in Rakudo

2014-10-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123083] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123083 > m: enum :: ; say ~un rakudo-moar 315ec6: OUTPUT«un␤» m: enum :: ; say +un rakudo-moar

[perl #76462] [BUG] Null PMC access when doing hash indexing on a hash ref in Rakudo

2014-10-29 Thread Christian Bartolomaeus via RT
Since the Null PMC access is gone, I'm inclined to close this ticket (after adding a test or two). $ perl6 -e 'my %h=("a"=>1,"b"=>2); my $h_ref=\%h; say $h_ref.{"a"}' (Any) WRT the following command I wonder what output is expected currently. It looks as if the content of %h is put in the "list

[perl #123084] [BUG] Can't use bare 'not' as hash key in Rakudo (but works in STD.pm6)

2014-10-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123084] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123084 > std: my %h = not => 42; std 14ad63b: OUTPUT«ok 00:00 137m␤» m: my %h = not => 42; rak

[perl #123085] [BUG] LTA error message for nested subsignature in Rakudo

2014-10-29 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123085] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123085 > "Too few positionals passed; expected 1 to 0 arguments but got 0 in sub-signature" -- th