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

Updates [org.scala-js:scalajs-sbt-test-adapter_2.13](https://github.com/scala-js/scala-js) from 1.10.1 to 1.11.0. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.11.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.10.1...v1.11.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

This commit tags commands, options and directives as `MUST have`, `SHOULD have`, `IMPLEMENTATION details`, `Scala CLI specific` and `EXPERIMENTAL`. Added a new document describing the scope of proposed Scala Runner...

SIP

### Motivation ### For in scripting or prototyping use-cases for which *scala-cli* was designed, it is very important to allow of use command-line arguments as conveniently as possible. Early versions...

**What version number is to be released?** v0.1.17 **What is the estimated date for this release?** 2022.10.27 **Release procedure** Please refer to the [Release Procedure doc](https://github.com/VirtusLab/scala-cli/blob/main/.github/release/release-procedure.md). **Release notes** Please remember...

internal

**Version(s)** `0.1.16` **Describe the bug** Running commands such as ```bash $ scala-cli

bug

**Version(s)** 0.1.15-62-gab05d824-SNAPSHOT (https://github.com/VirtusLab/scala-cli/commit/ab05d824d9f19f22e4528ed4f69b68992338e424) **Describe the bug** Passing dependencies to the `Ammonite` repl crashes it. EDIT: This seems to only happen with Scalameta dependencies. **To Reproduce** ```scala ▶ cat deps.scala //>...

bug
Ammonite

**Version(s)** 0.1.12 **Describe what needs to be done and why** We needed #1348 to get rid the following problem after bumping to `3.2.0` ``` ▶ scala-cli --ammonite Downloading Ammonite 2.5.4-19-cd76521f...

bug
Ammonite

```bash $ touch Main.scala $ scala-cli compile Main.scala --scala 2.13.6 --scalac-option -Ywarn-unused:imports Compiling project (Scala 2.13.6, JVM) Compiled project (Scala 2.13.6, JVM) $ echo 'import $ivy.`org.typelevel::cats-kernel:2.6.1`; object Main { println(cats.kernel.Semigroup)...

bug
priority: low
UX
Ammonite

**Is your feature request related to a problem? Please describe.** Part of the SIP-46 process **Describe the solution you'd like** We need RFC-style documentation for the Scala CLI runner.

SIP

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

enhancement
installation