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

Finally, the time has come to bring SIP-46 to a closure and implement Scala CLI as the official runner command for the Scala 3 compiler. **Corresponding compiler issue** - https://github.com/scala/scala3/issues/20098...

enhancement
priority: high
installation
SIP-46

**Version(s)** 1.2.0 **Describe the bug** In the Open Community Build we're building and publishing the Scala 3 compiler artefacts to the custom repository. These artifacts are used to check if...

bug
Bloop

**Version(s)** ``` > scala-cli --version Scala CLI version: 1.2.0 Scala version (default): 3.4.0 ``` **Describe the bug** Cannot run script in Windows: ``` > scala-cli -v -v -v hello.sc Checking...

bug
windows
Bloop

**Version(s)** 1.2.1 **Describe the bug** Attempting to exclude more than one directory, appears to report that the directive is wrongly declared. ![image](https://github.com/VirtusLab/scala-cli/assets/24899792/29b7d3ac-729d-439f-b75c-b41a43fc801e) A single directory, works as expected ```sh simon@Simons-Mac-mini...

bug

**Version(s)** Scala CLI version: 1.2.1 Scala version (default): 3.4.1 Scala 3.4.1, JVM (22) WSL/Ubuntu **Describe the bug** When repeatedly executing scala-cli run command on a file that hasn't changed, scala-cli...

bug
Bloop

**Version(s)** ``` > scala-cli --version Scala CLI version: 1.2.1 Scala version (default): 3.4.1 ``` **Describe the bug** Cannot run _Resources from gists_ example in Windows. ``` > scala-cli https://gist.github.com/lwronski/7ee12fa4b8b8bac3211841273df82080 --server=false...

bug
windows

> My heart bleeds :< > > Could we add a custom task that does it instead? _Originally posted by @tgodzik in https://github.com/VirtusLab/scala-cli/pull/2819#discussion_r1542717458_ We indeed should have a custom `mill`...

enhancement
internal
DX

**Version(s)** 1.1.2 **Describe the bug** When using: ``` //project.scala //> using plugin "org.virtuslab::besom-compiler-plugin:0.1.1-SNAPSHOT" ``` the plugin option is sometimes added twice, but it doesn't seem to reproduce always/ **Expected behaviour**...

bug

**Is your feature request related to a problem? Please describe.** I'm always frustrated when scala-cli spends few seconds resolving packages of my project on each run to verify whether they...

enhancement
UX
isolated environments