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