Skip to content

Avoid NotImplementedError awaiting a Future[Nothing] #75

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 15, 2014

Conversation

retronym
Copy link
Member

gen.mkZero(NothingTpe) gives the tree Predef.???. Instead, we should leave
the await field uninitialized with ValDef(..., rhs = EmptyTree).

Fixes #66

`gen.mkZero(NothingTpe)` gives the tree `Predef.???`. Instead, we should leave
 the `await` field uninitialized with `ValDef(..., rhs = EmptyTree)`.

Fixes scala#66
@retronym
Copy link
Member Author

Review by @phaller

retronym added a commit that referenced this pull request Jul 15, 2014
Avoid NotImplementedError awaiting a Future[Nothing]
@retronym retronym merged commit 37ef2a7 into scala:2.10.x Jul 15, 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.

1 participant