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)** 1.4.0 **Describe the bug** When running a Java class using scala-cli, it shows this warning. ``` Annotation processing is enabled because one or more processors were found on the...

bug
java
Bloop

This causes some issues when running Java via metals if there is no package defined (java semanticdb has some wierd stuff) Not sure why this isn't being bumped.

**Is your feature request related to a problem? Please describe.** If Scala CLI should eventually replace all scala scripts - then it should implement the `-decompile` and `-print-tasty` modes from...

enhancement
scalac compatibility
missing feature

There is no any option to enable/disable multi-threading when compiling with `--native` CLI options like `--native-multithreading enable` and `--native-multithreading disable` could be helpful to control the output of Scala Native...

enhancement
Scala Native

## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.5.0-RC2` to `3.5.0-RC3` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.5.0-RC3) - [Version Diff](https://github.com/scala/scala3/compare/3.5.0-RC2...3.5.0-RC3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

I have an org on github that has been publishing libraries using sbt-ci-release since forever. To do that, we setup the secrets which I confirmed to be present in Github...

bug
publish command

## About this PR 📦 Updates [com.github.alexarchambault:case-app](https://github.com/alexarchambault/case-app) from `2.1.0-M28` to `2.1.0-M29` 📜 [GitHub Release Notes](https://github.com/alexarchambault/case-app/releases/tag/v2.1.0-M29) - [Version Diff](https://github.com/alexarchambault/case-app/compare/v2.1.0-M28...v2.1.0-M29) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

**Versions** Scala CLI version: 1.3.2 Scala version (default): 3.4.2 IntelliJ IDEA 2024.1.3 (Ultimate Edition) Build #IU-241.17890.1, built on June 4, 2024 **Description** We used company artifactory to resolve/cache artefacts. Therefor...

bug
IDE
bsp

Resolves: https://github.com/VirtusLab/scala-cli/issues/2975 When running scala-cli and no JVM options are passed as arguments to the command line, it uses the default configured Java to compile and run the script, and...