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)** 0.1.14 **Describe the bug** When starting a repl scala-cli always attempts to download JDK 17 unless `--bloop-jvm system` is specified. **To Reproduce** On Arch Linux, with the system JDK...

**Is your feature request related to a problem? Please describe.** Scala CLI wants to stick to default, LTS JDK - for now it is Java 17. Some users wants to...

UX
Bloop
config

**Version(s)** 0.1.14 **Describe the bug** The `repl` crashes on Scala versions 2.12.2 - 2.12.8. Anything 2.12.9 and above seems to run fine. 2.12.0 doesn't work either, but that seems to...

bug
Community help wanted

**Version(s)** 0.1.14 **Describe the bug** Passing 2.12.4 as the Scala version triggers infinite compilation. **To Reproduce** ``` ▶ cat Main.scala object Main extends App { println("Hello") } ▶ scala-cli Main.scala...

bug
Community help wanted

**Version(s)** 0.1.12 **Describe the bug** When a Scala CLI project is imported via BSP to IntelliJ (after running `scala-cli setup-ide .`), adding a Scala worksheet and running it doesn't do...

bug
IDE

**Version(s)** `0.1.12` **Describe the bug** Using bash process substitution with Scala Native doesn't work (Scala Native complains about missing definitions when linking) **To Reproduce** ```text $ scala-cli run --native -S...

Scala.js
Scala Native

**Describe what needs to be done and why** This is a catch-all ticket for docs and help improvements tied to our SIP **Related tickets** #1309 #1308 **To Do** - document...

SIP

when running `scala-cli browse *.scala` scala-cli fails with download error: ``` ~/w/s/abcd ❯❯❯ scala-cli browse --java-home /usr/lib/jvm/java-11-openjdk-amd64 *.scala Exception in thread "main" coursier.cache.ArtifactError$NotFound: not found: https://github.com/alexarchambault/metabrowse/releases/download/latest/metabrowse-3.0.2-x86_64-pc-linux.gz at coursier.cache.internal.Downloader$Blocking$.doDownload(Downloader.scala:233) at coursier.cache.internal.Downloader$Blocking$.$anonfun$remote$2(Downloader.scala:414)...

priority: low
metabrowse

**Version(s)** 0.1.12 (although it's sure to return when we bump Scala to `3.3.0`) **Describe the bug** Running nightlies of Scala CLI on older versions breaks after Scala minor version is...

bug

**Is your feature request related to a problem? Please describe.** https://github.com/VirtusLab/scala-cli/pull/812 add support to embedded resources in SN binary and allow using c files as regular inputs. To avoid misunderstandings...

bug
UX