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.** In Bloop it's possible to get completions for test suites and main methods, since Bloop knows exactly which ones are...

enhancement
good first issue
Bloop
completions

### This PR is posted here to get some opinions on whether this is valid at all, not really in the code-sense but rather in the "Scala CLI as the...

discussion
Community help wanted
experimental

Address #610. Will be a Draft PR until we can get a conclusion regarding the design of how we want to approach having the source generator This is a concept...

After merging #3112, Bloop will no longer fail when compiling with required jvm version higher than the version it's running on. The outline of the problem is: > The test...

bug
good first issue
Bloop
jvm

Currently https://scala-cli.virtuslab.org/docs/reference/directives/#dependency looks like this: Some `using dep` examples have `org::name` syntax, while others have `org:name`. Though I now realise that `using org:name` [is actually valid](https://scala-cli.virtuslab.org/docs/guides/using-directives#using-directives-in-the-scala-cli), it's confusing at best...

documentation
enhancement
reference docs

**Version(s)** `0.2.0` **Describe the bug** Scala CLI prints warning about projet root direcotry even if all files are in the same directory. **To Reproduce** ``` ➜ scala-demo tree . ├──...

bug

In maven export, some of the directives are not yet supported. To be done: - [ ] javaOpt - [ ] javaProp - [ ] exclude dependency option in dep...

missing feature
export
mvn

We need to check and fix the issue with publish directive in maven export. It should pass the artifactId, groupId and version number correctly based on the publish directive

publish command
missing feature
export
mvn

> Seems like we can't switch building the Linux `arm64` launchers to a github launcher for now, as the MacOS `aarch64` runners don't have access to docker. > https://github.com/actions/runner-images/issues/9254#issuecomment-1917916016 >...

installation
blocked upstream
CI

**Version(s)** Default version from https://github.com/VirtusLab/scala-cli-setup, currently seems to be v1.4.1. **Describe the bug** Running Scala-CLI hangs (and then times out): ``` Exception in thread "main" java.util.concurrent.TimeoutException: Future timed out after...

bug
CI
scala-cli-setup github action