-
Notifications
You must be signed in to change notification settings - Fork 90
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
Use compiler integrated async phase under -Xasync #237
Conversation
8d7eb09
to
eeb70f8
Compare
ca84d86
to
7244d87
Compare
a2e32d8
to
4dc06cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but we should wait to actually merge it until 2.12.12 is released, I think?
(and if so, .travis.yml
should be updated to included 2.12.12 before merging)
since the PR updates README.md to recommend the 1.0 release, the merge should be reasonably swiftly followed by a release
Yep, 2.12.12 will be out within a week so we can wait. |
Pushed the update to use the freshly minted 2.12.12 |
Cutting 1.0.0-M1 with this PR merged: https://github.com/scala/scala-async/releases/tag/v1.0.0-M1 |
See scala/scala#8816
Most of the tests are deleted here as they have been migrated into scala/scala.
Fixes #26
Fixes #157
Fixes #197
Fixes #202
Fixes #220 (replacing the documented workaround)
Fixes #241 (2.12.12 is now included in this PR, we didn't do this in stages)