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

Avoid NullPointerException in S02-types/baghash.t #644

Merged
merged 1 commit into from Dec 19, 2015

Conversation

usev6
Copy link
Contributor

@usev6 usev6 commented Dec 19, 2015

the following code resulted in a NPE on JVM

my $b = BagHash.new( (a=>"b") ); $b.keys[0] ~~ ("a" => "b")

the following code resulted in a NPE on JVM

my $b = BagHash.new( (a=>"b") ); $b.keys[0] ~~ ("a" => "b")
lizmat added a commit that referenced this pull request Dec 19, 2015
Avoid NullPointerException in S02-types/baghash.t
@lizmat lizmat merged commit 8456169 into rakudo:nom Dec 19, 2015
@usev6 usev6 deleted the NPE_baghash branch December 19, 2015 19:51
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

Successfully merging this pull request may close these issues.

None yet

2 participants