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!)
verion:1.1 platform: Windows. ```scala C:\Users\hepin\IdeaProjects\incubator-pekko\stream-tests\src\test\scala-jdk9-only\org\apache\pekko\stream\scaladsl>scala-cli bloop output Bloop server PID: 17136 Ignoring SIGINT Will truncate output file C:\Users\hepin\AppData\Local\ScalaCli\data\bloop\daemon\output every 5 minutes Caught libdaemonjvm.server.LockError$ZombieFound: Cannot connect to process 31196, trying again...
Copied from https://github.com/scalameta/metals/issues/6048 While clicking and selecting the suggested hover action to upgrade the dependency version in the directive, if the dependency is quoted and contains exclusions, the quotes are...
**Version(s)** Scala CLI version: 1.1.0 Scala version (default): 3.3.1 IntelliJ IDEA 2023.3.2 (Community Edition) openjdk 17.0.9 2023-10-17 Ubuntu 22.04, AMD 64 bits **Describe the bug** I cannot import in IDEA...
**Version(s)** 1.0.5 **Describe the bug** It seems that some of the diagnostics sent from macros compiled in Bloop are missing in the Scala CLI output, but they are present in...
**Is your feature request related to a problem? Please describe.** Listing project dependencies and their versions, plus understanding the dependency tree, what and why is on the classpath **Describe the...
**Version(s)** v1.1.2 **Describe the bug** The `--add-modules=jdk.incubator.vector` `javac` option seems to hang the compilation with the following code: ```java //> using javacOpt --add-modules=jdk.incubator.vector import jdk.incubator.vector.FloatVector; import jdk.incubator.vector.VectorSpecies; public class Main...
**Is your feature request related to a problem? Please describe.** Extracted from #1489 **Describe the solution you'd like** If a project is imported from a directory containing the `project.scala` optional...
scala-cli: 1.1.1 scala: 3.3.1 VS Code Metals Extension last updated: 2024-01-13, 08:13:26 (can't seem to find a version number). Following along with https://scala-cli.virtuslab.org/docs/getting_started, everything works until I try to run...
**Version(s)** 1.1.1 **Describe the bug** Currently, if the user specifies JDK 11 as the JVM to use as in: The platform section used for Bloop should show that, but it...
**Version(s)** 1.1.1 **Describe the bug** When using completions in `--dep`, usually scala-cli simply throws an exception: ``` scala-cli --dep com Error: java.lang.RuntimeException: Error parsing dependency 'com': malformed module: com scala-cli...