niecza
niecza copied to clipboard
binding does not immediately autovivify
These tests in S02-types/autovivification.t fail:
my %h;
my $b := %h<a><b>;
is %h.keys.elems, 0, 'binding does not immediately autovivify';
my %h;
foo(%h<a><b>);
is %h.keys.elems, 0, 'in rw arguments does not autovivify';
Thank you! On Sep 1, 2013 10:07 PM, "Will Coleda" [email protected] wrote:
These tests in S02-types/autovivification.t fail:
my %h; my $b := %h<a><b>; is %h.keys.elems, 0, 'binding does not immediately autovivify'; my %h; foo(%h<a><b>); is %h.keys.elems, 0, 'in rw arguments does not autovivify';
— Reply to this email directly or view it on GitHubhttps://github.com/sorear/niecza/issues/176 .