Krzysztof Romanowski
Krzysztof Romanowski
As for now, our integration with using directives is not perfect namely: - we should properly handle directives other then string (numerical and binary) in all our process (probably enforce...
A short cookbooks that will show how to define tests using MUnit. I should cover 2 different test files and test utils. An example test using [Munit](https://github.com/VirtusLab/scala-cli/blob/master/examples/tests/MyTests.scala)
At this moment, it is clear that Scala CLI cannot become `scala` command and keep experimenting and adding new features. Both are the goals of this project so to achieve...
A short cookbook that will show how to define tests using ScalaTest. I should cover 2 different test files and test utils. An example test using [Munit](https://github.com/VirtusLab/scala-cli/blob/master/examples/tests/MyTests.scala)
Currently, Scala CLI requires cland (llvm) and optionally other native packaged installed manually. We can investigate ways how scala-cli can manage such dependencies by itself. from @alexarchambault [conda](https://docs.conda.io/en/latest/miniconda.html) allows Python...
**Is your feature request related to a problem? Please describe.** Scala CLI offers easy access to Scala repl based on multiple versions of Scala and it may be a bit...
This commit tags commands, options and directives as `MUST have`, `SHOULD have`, `IMPLEMENTATION details`, `Scala CLI specific` and `EXPERIMENTAL`. Added a new document describing the scope of proposed Scala Runner...
Previously .git needs to be placed exactly in project root. This change allow to host multiple libraries inside single repository.
**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...