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!)
**Version(s)** Scala CLI version: 1.5.0 Scala version (default): 3.5.0 OS: fedora 40 (kinoite) **Describe the bug** scala-cli suddenly fails to run simple (or any) scripts. **To Reproduce** ```scala // hello.scala...
**Is your feature request related to a problem? Please describe.** If you just naively depend on JavaFX lib like so: ```scala //> using scala 3.5.0 //> using dep "org.openjfx:javafx-base:22.0.2" //>...
**Version(s)** ``` $ scala-cli version Scala CLI version: 1.5.0 Scala version (default): 3.5.0 $ java -version openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server...
**Is your feature request related to a problem? Please describe.** From Java 16 it is deprecated to load java modules from the class path. If you do you will get...
**Is your feature request related to a problem? Please describe.** When running a scala script with native compilation, there is a noticeable delay. Example: `test.sc` is ``` #!/usr/bin/env -S scala...
**Is your feature request related to a problem? Please describe.** We need a guide or cookbook with examples on how to set up and use Scala CLI on BSD operating...
**Describe what needs to be done and why** As per https://github.com/VirtusLab/scala-cli/pull/3155: - the `scala` command in `docs-tests` is currently just an alias for `scala-cli`, rather than a 1:1 use of...
**Is your feature request related to a problem? Please describe.** On systems for which there is no Java 17+ listing in Coursier's [jvm-index](https://github.com/coursier/jvm-index), if the JVM isn't provided on Scala...
**Is your feature request related to a problem? Please describe.** My library is dependent on a compiler plugin. I would like to define a toolkit to house both library and...