scala-cli
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!)
**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...
### 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...
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...
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...
**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 . ├──...
In maven export, some of the directives are not yet supported. To be done: - [ ] javaOpt - [ ] javaProp - [ ] exclude dependency option in dep...
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
> 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 >...
**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...