-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Upgrade to ASM 7 for improved JDK 12 compat #7384
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
Conversation
|
release-notes-able, I think. if this resolves any known issues or improves JDK 11 (or 9+) compat, could you say so in the PR description...? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
sigh. as for the Travis-CI failure, and many more such lines follow. |
|
Rebased to include the Xss from #7392 |
|
Any chance to get this merged? |
@lrytz ping |
|
I don't think there's a noticable change for users, it's mostly interesting for us because our fork is now very close to the official release. |
Catch up with Scala 2.13. The corresponding scalac PRs are scala/scala#6733 and scala/scala#7384 Most of the changes from these PRs aren't currently needed in Dotty since they only affect the Scala 2 backend optimizer.
Catch up with Scala 2.13. The corresponding scalac PRs are scala/scala#6733 and scala/scala#7384 Some of the changes from these PRs aren't currently needed in Dotty since they only affect the Scala 2 backend optimizer. Co-Authored-By: Jason Zaugg <[email protected]>
Catch up with Scala 2.13. The corresponding scalac PRs are scala/scala#6733 and scala/scala#7384 Some of the changes from these PRs aren't currently needed in Dotty since they only affect the Scala 2 backend optimizer. This update does not change the generated bytecode (at least when compiling dotty itself). Co-Authored-By: Jason Zaugg <[email protected]>
|
as per scala/community-build#864 and scala/bug#11372, this improves JDK 12 compat (projects that don't compile on JDK 12 on 2.13.0-M5 do compile on recently nightlies that include this PR), so I've added the release-notes tag and updated the PR description to say "improves compatibility with JDK 12" |
|
submitted 2.12.x back port at #7780 |
|
ASM 7.1 released, includes bug fixes: https://asm.ow2.io/versions.html |
improves compatibility with JDK 12