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

A list of incompatible options that makes a lot of sense: - `-classpath` does not work even if prefixed with `-O` (how to pass agrs in such case?) - `-d`...

SIP

As we now default to the `repl` sub-command when no args are passed, the `-e` option requires special handling. Normally, adding a script snippet for the `repl` just adds it...

SIP

Write meaningful help text explaining how to use the `--main-class` option when ``` [error] Found several main classes: ``` and also explain that you can ``` scala-cli config interactive true...

bug
UX

**Version(s)** 0.1.12 **Describe the bug** Beginners don't know `--main-class` and it is natural to have the sbt-like UX when multiple mains give selection out of the box. **To Reproduce** Create...

I am on a typical corporate network and unable to install the MSI even via an elevated permissions shell at the command line. ``` Windows protected your PC Microsoft Defender...

packaging
windows

This PR adds mechanism to restrict visibiltity of some of the options based on the fact if its description contains '[restricted]' or '[experimental]'. I've marked some of the spark and...

SIP

**Version(s)** 0.1.12 **Describe the bug** When publishing a library, even if the publish is successful, exceptions are printed to the console: ``` Exception in thread "Thread-5" org.eclipse.jgit.errors.TranslationBundleLoadingException: Loading of translation...

bug
publish command

**Is your feature request related to a problem? Please describe.** Scala CLI is intended to be a replacement for many tools like compiler, REPL and scalafmt. That is why we...

SIP

**Version(s)** `0.1.12` **Describe the bug** Scala CLI does not detect if is run as `scala` when installed using coursier **To Reproduce** Install Scala CLI as `scala-cli-sip` using following command: ```...

SIP