Skip to content

Basic option processing is still broken for REPL #13443

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

Closed
som-snytt opened this issue Sep 2, 2021 · 3 comments · Fixed by #13535
Closed

Basic option processing is still broken for REPL #13443

som-snytt opened this issue Sep 2, 2021 · 3 comments · Fixed by #13535
Assignees
Labels
area:repl itype:bug Spree Suitable for a future Spree
Milestone

Comments

@som-snytt
Copy link
Contributor

Compiler version

3.1.0-RC1-bin-SNAPSHOT

Minimized code

 ./bin/scala -source 3.0-migration
Exception in thread "main" java.nio.file.NoSuchFileException: -source

Output

// As shown.

Expectation

Processing command line options for the compiler, with additional REPL-specific options.

@anatoliykmetyuk anatoliykmetyuk self-assigned this Sep 3, 2021
@anatoliykmetyuk anatoliykmetyuk added the Spree Suitable for a future Spree label Sep 3, 2021
@BarkingBad
Copy link
Contributor

BarkingBad commented Sep 3, 2021

Did it work well for Scala2 or before changing the scala runner from shell script to scala script (#13081)? I know why it fails and have an idea of how to fix it

@bjornregnell
Copy link
Contributor

A workaround: add -repl as a last arg works i some situations.

@BarkingBad BarkingBad linked a pull request Sep 15, 2021 that will close this issue
@bjornregnell
Copy link
Contributor

🎉

@Kordyjan Kordyjan added this to the 3.1.1 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:repl itype:bug Spree Suitable for a future Spree
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants