question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`using scala 3-nightly`

See original GitHub issue

Scala-CLI allows defining the following using directive:

using scala "3"

which sets the Scala version to the latest stable version.

It would be a great improvement to be able to define a using directive like:

using scala 3-nightly

which would set the Scala version to the latest nightly.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
zmerrcommented, Feb 22, 2022

@SethTisue You’re very welcome! If only you knew what I put @lwronski @alexarchambault and @romanowski through, with endless hickups, to get it finally working😅

2reactions
SethTisuecommented, Jan 24, 2022

It would cool if Scala 2 support were included as well.

scala-runners has this; scala -2.13.head runs the latest nightly, and scala -2.13.next runs the most recent community-build-validated nightly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use the Scala 3 nightly build as your REPL
Type sbt to start sbt; Type console to start a Scala 3 REPL inside sbt; Use the latest, greatest Scala syntax, as shown...
Read more >
An SBT project that uses the Scala 3 nightly build - GitHub
This is a normal sbt project, but it's compiled with the Scala 3 nightly build. One thing you can do with this is:...
Read more >
How do I tell sbt or scala-cli to use a nightly build of Scala 2.12 ...
To tell sbt to use one of these nightlies, you need to do three things. First, add the resolver where the nightlies are...
Read more >
Is it possible to use a nightly of Scala 3 with 2.13.8
I'm trying to use dotty as a runtime dependency from a Scala 2.13.8 project using "org.scala-lang" %% "scala3-compiler" ...
Read more >
Compile | Scala CLI
The nightly builds of Scala compiler are the unstable ones which are published on a nightly basis. To use the latest Scala 2...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found