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

Dotty nightly support? #607

Open
He-Pin opened this issue Apr 18, 2022 · 6 comments
Open

Dotty nightly support? #607

He-Pin opened this issue Apr 18, 2022 · 6 comments

Comments

@He-Pin
Copy link

He-Pin commented Apr 18, 2022

image
Hope nightly version of Scala 3 is supported ,thanks

@FlorianCassayre
Copy link

+1
It would be great to have nightly versions available in the build settings.

@Sporarum
Copy link

Hello, just here to bump this up, as it is still a problem for evaluating new features:
https://scastie.scala-lang.org/LgCNc5cQTZC4IyeiwgNXsQ

@rochala
Copy link
Collaborator

rochala commented Jun 13, 2023

It is not planned as a feature for now, as we have an ongoing initiative to allow Scala-cli scripts to be run in Scastie, so the version of the Scala compiler can be specified with using directive. You can also work around this for now by appending scalaVersion := "your version" to the Extra Sbt Configuration. It will override the selected version.

@Sporarum
Copy link

Thanks, this does indeed work, I found a nightly version there:
https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/

Here is the corrected example:
https://scastie.scala-lang.org/D4j37OFGTcGEH1cFdk1U6w

@SethTisue
Copy link
Contributor

You can also work around this for now by appending scalaVersion := "your version" to the Extra Sbt Configuration

and to know what version number to fill in, see https://stackoverflow.com/questions/40622878/how-do-i-use-a-nightly-build-of-scala

@SethTisue
Copy link
Contributor

we have an ongoing initiative to allow Scala-cli scripts to be run in Scastie

(#603, for those who'd like to track that effort)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants