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

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...

bug
requires scoping

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...

bug
actionable diagnostics

**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...

bug
IDE
intellij

**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...

bug
Bloop
missing feature

**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...

enhancement
Community help wanted

**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...

bug
java

**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...

enhancement
UX
IDE
intellij

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...

bug
IDE

**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...

bug

**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...

bug