scala-cli
scala-cli copied to clipboard
Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
**Is your feature request related to a problem? Please describe.** My programming team publishes our libraries to Github Packages and I can't import them in a `scala-cli` script. I would...
**Version(s)** 0.1.16 **Describe the bug** Installed scala-cli via `brew`. It installed an X86 binary, despite using an M1 (ARM) Mac. Then it proceeded to downloading JDK17, despite having JDK 11...
0.1.16 shipped with a fix to recognise the way coursier installs it.
**Version(s)** 0.1.16 **Describe the bug** for backwards compatibility, using the `-d` flag should not clear the directory before adding classes. Instead, each compilation to the directory clears it, this makes...
**Version(s)** 0.1.16 **Describe the bug** When I running method from command line: `java.nio.file.Paths.get("").toAbsolutePath()` it returns `$PWD`, but running from Metals return `$PWD/.scala-build` **To Reproduce** Command line: ``` $ scala-demo cat...
Things I tweaked / fixed for the demo of my Scalacon talk.