Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binding does not immediately autovivify #176

Open
coke opened this issue Sep 2, 2013 · 1 comment
Open

binding does not immediately autovivify #176

coke opened this issue Sep 2, 2013 · 1 comment

Comments

@coke
Copy link
Collaborator

coke commented Sep 2, 2013

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';
@colomon
Copy link
Collaborator

colomon commented Sep 2, 2013

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//issues/176
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants