Skip to content

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