scala-cli icon indicating copy to clipboard operation
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!)

Results 334 scala-cli issues
Sort by recently updated
recently updated
newest added

**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...

bug
Bloop
needs reproduction

**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" //>...

enhancement
jvm
javafx

**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...

bug
coursier
javafx

**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...

enhancement
jvm

**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...

enhancement
Scala Native
scripting
performance

**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...

documentation
enhancement
good first issue
priority: low
Community help wanted
os:BSD

**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...

documentation
priority: low
Community help wanted
internal
DX
sclicheck

**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...

enhancement
Bloop
os:BSD
reporting

**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...

enhancement
Community help wanted
needs-minor-release
toolkit
needs-sip