-
Notifications
You must be signed in to change notification settings - Fork 90
NPE during compilation #106
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
Comments
To workaround the issue I had to restructure production code as mentioned in docs.
I had
So I removed the assignment and left |
@savulchik Did you encounter this in newly written code, or was the bug uncovered in previously working code by upgrading to Scala 2.11.7? Could you share the before/after code in a bit more detail? |
@retronym in newly written code. I'm able to reproduce the problem using scala 2.11.6 too. Unfortunately I can't share production code. Later I'll do another attempt to arrange sample project. |
@retronym here is a sample project to reproduce the problem https://github.com/savulchik/scala-async-bug |
Thanks for the test project. I'll release 0.9.4 this week with a fix. |
During compilation of production code using
scala-async 0.9.3
andscala 2.11.7
I've got an exception:cc @retronym
The text was updated successfully, but these errors were encountered: