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!)
This is especially important for our SIP
This PR allows to embed resources (by default) in a SN binary, as well as fixes some bugs that ended up being related. Those can be then accessed via getResourceAsStream...
**Problem** The current deb package of scala-cli version 0.1.12 has these flags: ``` Package: scala-cli Maintainer: Scala CLI Architecture: all Version: 0.1.12 Description: Scala CLI ``` But there are several...
**Version(s)** `0.1.12` **Describe the bug** Using `scala-cli publish` or `scala-cli publish local` on a (Linux?) machine with a non-US locale makes jgit prints stack traces such as these: ```text $...
**Is your feature request related to a problem? Please describe.** `.md` inputs are currently treated as `main` / `test` scopes, just like other kinds of inputs. As a result, logic...
**Version(s)** 0.1.12 **Describe the bug** Following the instructions for creating Scala Native application with Native code doesn't work due to a `multiple definition` error. http://www.scala-native.org/en/latest/user/sbt.html#applications-with-native-code **To Reproduce** `resources/scala-native/bug.c` ```c int...
**Version(s)** nightly **Describe the bug** The input validation for Markdown files is a bit naive right now. Only the contents of `scala` code blocks are validated, while the Markdown code...
**Version(s)** nightly **Describe the bug** Using directives are only correctly handled in the first `scala raw` or `scala test` snippet. Also, plain `scala` code blocks don't handle using directives correctly...