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.** Users can ask for a custom JVM on the command line, like `scala-cli --jvm 11 foo.sc`. Yet there's no corresponding...

enhancement

It would be useful if the `//> using file` directives could accept URL and git repository paths in addition to local files. This would allow users to refer to their...

enhancement

It would be helpful if a new feature was added to allow a script search path, such as is used in other scripting languages such as perl and python. The...

UX

**Version(s)** 0.1.12 **Describe the bug** Scala CLI's BSP marks the sources directory in IDEA IntelliJ to the parent directory of the sources, regardless of the package structure. This messes up...

bug
UX
IDE

It would be great if scala-cli could look for the `project.settings.scala` by searching all parent directories of the first script file passed in, similar to how git searches for the...

priority: low
UX

**Version(s)** VirtusLab/[email protected] **Describe the bug** Encountered a TimeoutException while running a Scala application utilizing the Bloop build server. The error occurred during communication via the Build Server Protocol (BSP). Specifically,...

bug
test command
needs reproduction

**Version(s)** 1.2.1 **Describe the bug** scala.NotImplementedError: an implementation is missing when running `scala-cli test .` in a native file. The stacktrace says: ```bash scala.NotImplementedError: an implementation is missing scala.Predef$.$qmark$qmark$qmark(Predef.scala:344) scala.build.testrunner.AsmTestRunner$.matchFingerprints$$anonfun$1(AsmTestRunner.scala:92)...

Community help wanted
Scala Native
missing feature

**Version(s)** 1.0.0-RC2 **Describe the bug** This was reported on Scala Days and is a problem within some corporate environments The error being shown is the same when Scala version is...

bug
UX
isolated environments

**Describe what needs to be done and why** I'm trying to run a local Spark job as a shebang script. On modern JDKs, Spark requires certain args to be provided...

enhancement
UX
Community help wanted

**Is your feature request related to a problem? Please describe.** scala-cli is almost capable of replacing `cs launch` from Coursier: the only thing that appears to be missing, in order...

enhancement