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 417 scala-cli issues
Sort by recently updated
recently updated
newest added

**Version(s)** All versions **Describe the bug** On a Debian sid system, APT is getting increasingly insistent that.deb files loaded from repositories should be signed. Scala-cli is not and should be....

bug
packaging
os:Debian

**Version(s)** 1.5.4 and https://github.com/VirtusLab/scala-cli/commit/4ab322768f7b5813312aeb553fed8a2caf35e4a4 **Describe the bug** If the `//> using exclude (..)` directive is declared anywhere but `project.scala`, it gets ignored completely, with no warning. While we do not...

bug
documentation
--exclude

**Is your feature request related to a problem? Please describe.** ```bash ▶ scala-cli compile Main.scala -d compilation_output ``` To add `.class` files to the classpath, one currently has to do...

enhancement
Community help wanted

**Version(s)** scala-cli v1.6.2 release **Describe the bug** While invoking the scala-cli tool in our build, we use the following command and the flag `--cache` to avoid using the default cache...

bug
coursier

**Version(s)** Scala CLI 1.5.4, but it doesn't happen reliably. **Describe the bug** dependencySources request is met with an empty response **To Reproduce** Try to start metals on a simple scripts...

bug
Bloop

**Version(s)** ``` scala --version Scala code runner version: 1.5.4 Scala version (default): 3.6.3 ``` **Describe the bug** I've aliased scala's cli version to 1.6.1 yet it sometimes re-downloads version 1.6.1...

bug
UX
coursier
reporting

**Is your feature request related to a problem? Please describe.** After https://github.com/VirtusLab/scala-cli/pull/3479#event-16307192992 we will detect single main class if it's the only thing contained in the script and invoke that....

enhancement
priority: low
scripting
legacy:runner:compat

**Is your feature request related to a problem? Please describe.** We used to support commas (`,`) as separators for using directive values. We no longer do: https://github.com/VirtusLab/scala-cli/issues/3282 We should have...

enhancement
subcommand:fix
spree

**Is your feature request related to a problem? Please describe.** - Scala Native compilation pipeline delegates most of the work to scala-native-cli - Invoking scala-native-cli manually is a pain -...

enhancement
Scala Native

**Is your feature request related to a problem? Please describe.** Scala CLI sets many values implicitly, such as Scala Version, Scala.js / Native Version, etc. Additionally, dependencies may be added...

enhancement