scala-cli
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!)
**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...
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...
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...
**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...
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...
**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,...
**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)...
**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...
**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...
**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...