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

Update to Graal 21.1.0 #1738

Merged
merged 17 commits into from May 14, 2021
Merged

Update to Graal 21.1.0 #1738

merged 17 commits into from May 14, 2021

Conversation

iamrecursion
Copy link
Contributor

@iamrecursion iamrecursion commented May 11, 2021

Pull Request Description

This PR upgrades GraalVM to version 21.1.0, and also bumps SBT to 1.5.2. It also upgrades our rustc version.

Closes #1693.
Closes #1692.

Important Notes

  • There have been no breaking changes, but additional tasks as part of the upgrade are planned as part of Un-GIL Python #1695 and Implement Support for Guest Language Safepoints #1694.
  • Security services are now included in the Native Image build by default and no longer need to be specified.
  • It does not fix the issue with incremental compilation.
  • It currently disables pattern-matching on python numeric types. This work will be handled as part of Un-GIL Python #1695.

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@iamrecursion iamrecursion added Type: Enhancement p-highest Should be completed ASAP labels May 11, 2021
@iamrecursion iamrecursion requested a review from 4e6 May 11, 2021 10:21
@iamrecursion iamrecursion self-assigned this May 11, 2021
@iamrecursion iamrecursion marked this pull request as ready for review May 14, 2021 10:44
Copy link
Contributor

@4e6 4e6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hurray! 🥳

project/NativeImage.scala Outdated Show resolved Hide resolved
Co-authored-by: Dmitry Bushev <bushevdv@gmail.com>
@iamrecursion iamrecursion merged commit 48bcebc into main May 14, 2021
@iamrecursion iamrecursion deleted the wip/ara/graal-21.1 branch May 14, 2021 12:08
iamrecursion added a commit that referenced this pull request Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to GraalVM 21.1.0 Bump SBT to 1.5.1
2 participants