Skip to content

Test case for already-fixed NPE with value classes #85

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

Merged
merged 1 commit into from
Jul 21, 2014

Conversation

retronym
Copy link
Member

This progressed along with the fix for #66.

TreeGen.mkZero is a bit of a minefield: first with Nothing and
now with Value Classes. I wonder if we can provoke the same sort of
bug in the compiler in places where this is used.

Closes #83

This progressed along with the fix for scala#66.

`TreeGen.mkZero` is a bit of a minefield: first with `Nothing` and
now with Value Classes. I wonder if we can provoke the same sort of
bug in the compiler in places where this is used.

Closes scala#83
@phaller
Copy link
Contributor

phaller commented Jul 21, 2014

LGTM

retronym added a commit that referenced this pull request Jul 21, 2014
Test case for already-fixed NPE with value classes
@retronym retronym merged commit 53123cc into scala:master Jul 21, 2014
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.

NPE when a value class is assigned to a val inside async block
2 participants