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)** 0.1.9 **Describe the bug** After `scala-cli install completions` I had this error message in terminal every time I run it: ``` /Users/username/.zshrc:4: command not found: compinit ``` Adding these...

bug
UX

**Is your feature request related to a problem? Please describe.** Some using directives take paths as arguments. These might be some directives specific to scala-cli itself or something that is...

**Version(s)** 0.1.9 **Describe the bug** After running `scala-cli setup-ide .` for a project where tests & main sources are in the same root directory, the imported project structure is malformed...

bug
IDE
intellij

…so that users with limited internet connections (like can happen in some corporate environments) can import pre-baked coursier caches, to run various Scala CLI commands. We could add commands allowing...

enhancement
installation

**Is your feature request related to a problem? Please describe.** Scala-cli cannot be installed on Raspberry Pi 400 running Bullseye arm64/aarch64 using SDKMAN! **Describe the solution you'd like** Please add...

**Is your feature request related to a problem? Please describe.** Some libraries split their functionality into multiple modules distributed as separate artifacts so that their users can depend only on...

Scala CLI could soon get the ability to suggest changes, that we don't want to be warnings or errors. Like to pin the Scala version if users specify `//> using...

Seems like some fonts aren't loaded properly and default to Segoe UI. System: macOS (Monterey) Browser: firefox a) b) c) d) (probably more outside the main page)

bug
documentation

**Version(s)** `0.1.6` **Describe the bug** When I run `echo 'println("Hello")' | scala-cli _ ` and then `echo 'println("Hello")' | scala-cli _ .sc` I get: ``` > echo 'println("Hello")' | scala-cli...

bug
requires scoping

**Is your feature request related to a problem? Please describe.** When using scala-cli in companies that require custom Artifactory repositories, it is kind of cumbersome to define these repositories (sometimes...