Make REPL work again on Mac M1 (upgrade JLine & JNA)#9807
Merged
SethTisue merged 1 commit intoscala:2.13.xfrom Nov 14, 2021
Merged
Make REPL work again on Mac M1 (upgrade JLine & JNA)#9807SethTisue merged 1 commit intoscala:2.13.xfrom
SethTisue merged 1 commit intoscala:2.13.xfrom
Conversation
fixes scala/bug#12491 (REPL support on M1)
Member
Author
|
I don't have an M1 to test on. @xuwei-k would you be able to give this a try? for testing, you can check out my branch, then run |
xuwei-k
approved these changes
Nov 11, 2021
Contributor
xuwei-k
left a comment
There was a problem hiding this comment.
👍 🎉
$ ./build/pack/bin/scala
Welcome to Scala 2.13.8-20211111-150758-2152d38 (OpenJDK 64-Bit Server VM, Java 17.0.1).
Type in expressions for evaluation. Or try :help.
Member
Author
|
sweeeeet. thank you Yoshida-san! |
joroKr21
approved these changes
Nov 12, 2021
Member
|
As a workaround, you can use Or, disable use of JNA to interact with the terminal: |
Member
Another workaround is to switch to a x86 JDK for running the REPL |
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes scala/bug#12491 (REPL support on M1)