Skip to content
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

Merged
merged 1 commit into from Jul 14, 2020

Conversation

retronym
Copy link
Member

@retronym retronym commented Mar 20, 2020

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)

@retronym retronym force-pushed the topic/xasync branch 2 times, most recently from 8d7eb09 to eeb70f8 Compare June 24, 2020 05:15
@retronym retronym added this to the 1.0 milestone Jun 24, 2020
@retronym retronym force-pushed the topic/xasync branch 2 times, most recently from ca84d86 to 7244d87 Compare June 29, 2020 00:20
@retronym retronym marked this pull request as ready for review June 29, 2020 00:22
@retronym retronym requested a review from SethTisue June 29, 2020 00:22
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
src/main/scala/scala/async/Async.scala Show resolved Hide resolved
src/main/scala/scala/async/Async.scala Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Copy link
Member

@SethTisue SethTisue left a 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

@retronym
Copy link
Member Author

retronym commented Jul 2, 2020

Yep, 2.12.12 will be out within a week so we can wait.

@retronym
Copy link
Member Author

Pushed the update to use the freshly minted 2.12.12

@retronym retronym merged commit 5d007a2 into scala:master Jul 14, 2020
@retronym
Copy link
Member Author

Cutting 1.0.0-M1 with this PR merged: https://github.com/scala/scala-async/releases/tag/v1.0.0-M1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment