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.** A better way to add extra jars to the a script classpath is needed, equivalent to the "arguments file" feature...

enhancement
windows
missing feature
legacy:runner:compat

**Version(s)** *Please provide the version(s) of Scala CLI that is affected by this bug* Scala CLI 1.3.2 (and eventually 1.4.0 when toolkit is bumped) **Describe the bug** When the toolkit...

bug
UX
actionable diagnostics

**Version(s)** `0.2.1` **Describe the bug** Passing the Java property into Scala CLI should also pass it into BSP. **To Reproduce** First run of Scala CLI should create a BSP setup...

bug
bsp

**Is your feature request related to a problem? Please describe.** When executing a Scala script, scala-cli reports the Scala and Java version used. ```bash $ echo 'println("hello world")' | scala-cli...

enhancement
UX
jvm

Scala-cli 1.2.0 Windows 11 **Describe the bug** The "exclude" directive is not honored for directories under Windows. **To Reproduce** create Main.scala: ``` //> using exclude "input" @main def go =...

bug

## About this PR 📦 Updates org.eclipse.jgit:org.eclipse.jgit from `6.8.0.202311291450-r` to `6.10.0.202406032230-r` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

**Version(s)** ``` ❯ scala-cli --version Scala CLI version: 1.3.2 Scala version (default): 3.4.2 ``` **Describe the bug** When importing a project into IntelliJ via BSP, I'm unable to see the...

bug
IDE
intellij
bsp

**Version(s)** 1.0.4 **Describe the bug** Because I am unable to install `scala-cli` using the unsigned installer or other means I have resorted to `sdkman`. `sdkman` mostly works on Windows using...

bug
windows

**Version(s)** v1.3.2 **Describe what needs to be done and why** We are currently using our own custom MacOS M1 runner for `aarch64` jobs. We could and should migrate to the...

internal
CI
MacOS

Issue- https://github.com/VirtusLab/scala-cli/issues/2804 -added code changes required for replicating scalac commands behaviour into scala-cli -added test (scala-cli compile -d option package into a jar)