-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Coursier scala3-repl
launcher cannot be used as a runner
#12811
Comments
scala3-repl
launcher cannot be used as a runner
The core of the problem is that coursier installs repl and compiler as java applications and do not include bash scripts that contains logic that switch repl to execute compiled scala code rather then start repl. |
See also #12502 and scala/scala-lang#1248 This is a showstopper for me to use cs in my teaching. And there is no .msi for Scala 3 so I'm more or less stuck (manually unpackaging a zip and going into environment variables to fiddle with path etc in Windows is not very attractive beginner programmer user experience...) |
Please open coursier issues at github.com/coursier/coursier, there's nothing we can do about it in this repository. |
Thanks @smarter Filked now here coursier/coursier#2058 I still think the official home page is a problem. Where to file bugs on the scala-lang.org page? |
Aha. Then its already there: scala/scala-lang#1248 |
Compiler version
3.0.0
Minimized example
Follow the official document Scala 3 Book, run the simple "Hello, world" example through scala3-repl.
scala3-compiler Hello.scala
scala3-repl hello
The scala3-repl was installed through Coursier, as suggested by the official webpage Download Scala 3
Output
NO output.
I see the scala3-repl get into the interactive mode directly without any output.
Expectation
I expect to see the
"Hello, wrold!"
output, the same as in Scala 2.The text was updated successfully, but these errors were encountered: