-
Notifications
You must be signed in to change notification settings - Fork 236
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
Scala 3.5.0 #298
Scala 3.5.0 #298
Conversation
I am not sure if you already found the problem, but when i run the commands locally i get ❯ scala3-3.5.0/bin/scala -nocompdaemon test.scala
Deprecated option '-nocompdaemon' is ignored.
The script runner can no longer be picked as before.
Downloading compilation server 1.5.17-sc-2
Starting compilation server
Compiling project (Scala 3.5.0, JVM (17))
[error] ./test.scala:1:52
[error] Not found: dotty
[error] @main def main = println(s"Scala library version ${dotty.tools.dotc.config.Properties.versionNumberString}")
[error] ^^^^^
Error compiling project (Scala 3.5.0, JVM (17))
[error] |
changing the test code to echo '@main def main = println(s"Hello Scala")' > test.scala Fixed the problem for me locally |
related to #208 |
@rparree thanks for the hint, I'll fix this. |
Hmm, looks like this is an issue with see also VirtusLab/scala-cli#2758
|
Guess this will have to wait for scala-cli fixes? |
That problem i solved by placing the
|
I created a separate PR #299. I think it should work (local build runs) |
moved to #299 |
https://github.com/scala/scala3/releases/tag/3.5.0