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

**Version(s)** 1.1.0 **Describe the bug** scala-cli test does not exit if munit-cats-effect is being used. **To Reproduce** Clone https://github.com/davisuga/testIssueRepro Run `scala-cli test .` **Expected behavior** Exit when the test finishes

bug

**Version(s)** 1.1.0 **Describe the bug** scala-cli warns about outdated versions, but not if they are milestones. **To Reproduce** ``` //> using dep "org.typelevel::munit-cats-effect:2.0.0-M1" ``` **Expected behaviour** The latest version is...

bug

SBT has a way of specifying 2.13 as a fallback, using `CrossVersion.for3Use2_13` or `for2_13Use3`. Scala CLI has no such thing, so you have to specify the dependency in full: ```...

enhancement

- [x] fix the search feature - [x] add categories level for guides & cookbooks - [x] shorten guides & cookbooks titles in the links tree - [ ] generate...

documentation
enhancement
UX

**Is your feature request related to a problem? Please describe.** We have experimental support (requiring `--power`) for running benchmarks with the `--jmh` and `--jmhVersion` options, but there's no docs for...

documentation
priority: low
experimental
jmh

**Version(s)** 1.0.6 **Describe the bug** Usability enhancment needed for `--jvm` param, to allow user to discover and self-correct easily. **To Reproduce** Give wrong jvm option, e.g.: ``` scala-cli --jvm adopt:17...

enhancement
UX
Community help wanted

**Version(s)** Scala CLI version: 1.0.6 Scala version (default): 3.3.1 I also randomly tried other scala/jvm combinations and always get the same result. **Describe the bug** Running `scala-cli . --power --jmh`...

bug
experimental
jmh

**Is your feature request related to a problem? Please describe.** Currently there is no way to get stable, reproducible build outputs in a scala-cli project. This is only achievable by...

enhancement
Community help wanted

**Is your feature request related to a problem? Please describe.** I am using Scala CLI to show runnable examples in [the documentation](https://chimney.readthedocs.io/). Therefore, I would like to use Scala CLI...

enhancement
priority: low
Community help wanted
markdown