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

Upgrade Graal to 21.0 #1487

Merged
merged 5 commits into from
Feb 22, 2021
Merged

Upgrade Graal to 21.0 #1487

merged 5 commits into from
Feb 22, 2021

Conversation

iamrecursion
Copy link
Contributor

@iamrecursion iamrecursion commented Feb 17, 2021

Pull Request Description

We use the hotfix version 21.0.0.2.

Closes #1481.
Closes #1296.

Important Notes

  • Fixes exception handling with polyglot stuff.
  • Fixes some CI issues.
  • Added notes on the add-exports stuff.

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 force-pushed the wip/ara/graal-21.0 branch 4 times, most recently from e54a450 to a61eb6f Compare February 19, 2021 12:05
to avoid a Windows path length issue
Copy link
Member

@radeusgd radeusgd left a comment

Choose a reason for hiding this comment

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

Looks good to me, I just have two minor questions.
Accepting conditionally on the release workflow succeeding on staging.

Also I think we need to remember to create an issue to improve the CI timing in the future, as there are places in the current workarounds that may be improved (only cleaning the instruments, avoiding additional rebuilds by only using the build*Distribution commands instead of assembly etc.)

.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/scala.yml Show resolved Hide resolved
@iamrecursion iamrecursion merged commit 8ec2a92 into main Feb 22, 2021
@iamrecursion iamrecursion deleted the wip/ara/graal-21.0 branch February 22, 2021 13:32
iamrecursion added a commit that referenced this pull request Feb 23, 2021
@iamrecursion iamrecursion mentioned this pull request May 11, 2021
4 tasks
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.

Implement to_display for Errors. Bump GraalVM Version to 20.3
3 participants