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

**Is your feature request related to a problem? Please describe.** When someone installs scala-cli using `brew` it should use `scala-cli-aarch64-apple-darwin` native launcher.

enhancement
installation

**Is your feature request related to a problem? Please describe.** Whenever we release a new version of `scala-cli`, we have to manually update the major version tag on the [VirtusLab#scala-cli-setup...

internal
DX

Previously .git needs to be placed exactly in project root. This change allow to host multiple libraries inside single repository.

**Is your feature request related to a problem? Please describe.** Freshly after installing `scala-cli` it is necessary to have the internet connection after the installation, to download Scala, Java, Bloop...

UX
SIP

**Is your feature request related to a problem? Please describe.** We need an option preventing `scala-cli` from using the internet. Even when network connection is available, it should be possible...

enhancement
UX
SIP

**Version(s)** ``` Scala CLI version: 0.1.15 Scala version (default): 3.2.0 macOS Monterey v 12.6 Mac Studio M1 Python 3.10.6 ``` **Describe the bug** ``` % scala-cli --python Welcome to Scala...

**Version(s)** Probably all but tested on 0.1.15 **Describe the bug** scala-cli cannot run scala code that is in a path that contains a `:` anywhere in the path. Compiling is...

bug

**Version(s)** 0.1.14 **Describe the bug** Passing `-O -color` is only respected for raw `scalac` unaltered scala compiler outputs. It is ignored in all other cases. **To Reproduce** ``` ▶ scala-cli...

bug
SIP

**Version(s)** 0.1.14 **Describe the bug** When running a script with non-UTF-8 encoding, even when the `-encoding` compiler param is passed, it is not respected. **To Reproduce** ``` ▶ cat script.sc...

bug
SIP