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)** 1.10.1 **Describe the bug** It is difficult to know where to get help on different sub-parts and it is surprising that --help-full does not provide help on e.g. `--repl-init-script`...

bug
help
REPL

It is possible to publish multi-platform images to Dockerhub: https://docs.docker.com/build/building/multi-platform/#building-multi-platform-images Would be good to have a linux/arm64 image published, as it would speed up considerably the development process for people...

enhancement
docker

**Is your feature request related to a problem? Please describe.** I have a script with a number of dependencies, and every time I run the script, it spends some time...

enhancement
dependency management

**Is your feature request related to a problem? Please describe.** https://github.com/cb372/sbt-explicit-dependencies and https://github.com/kierendavies/mill-explicit-deps are handy plugins to: - find unused compile-time dependencies - explicitly list all compile-time dependecies - verify...

enhancement
dependency management

**Version(s)** ``` Scala code runner version: 1.9.0 Scala version (default): 3.7.3 ``` **Describe the bug** The REPL loads the internal symbol of the underlying runtime environment. Similar to https://github.com/scala/scala3/issues/24247. **To...

bug
REPL

Do we have an issue to track it? I would mention it here _Originally posted by @tgodzik in https://github.com/VirtusLab/scala-cli/pull/3913#discussion_r2443462401_ Track `license`, `scm` and `developers` fields in `ivy`.

enhancement
priority: low
publish command
experimental

**Version(s)** 1.9.0 **Describe the bug** If you use a resource directory with the `--watch` flag on run command, then the program does run again when the resource dir changes, unfortunately...

bug
--watch

**Version(s)** 1.9.1 **Describe the bug** The `fix` sub-command scalafix rules is ignoring whatever is passed with `--exclude`/`//> using exclude`. Fails complaining about SemanticDB files tied to excluded sources. Everything works...

bug
experimental
subcommand:fix
scalafix
--exclude

**Version(s)** 1.9.1 **Describe the bug** Scala CLI doesn't support running non-Scala inputs without Bloop (with `--server=false`), but it doesn't raise a meaningful error, and rather lets the compiler fail. **To...

bug

**Is your feature request related to a problem? Please describe.** I'm trying to find the simplest, dumbest possible way to produce a full-stack application with Scala CLI that has good...

enhancement
IDE
experimental