Tobias Roeser
Tobias Roeser
That way, you can use Mill to update or initially install a bootstrap script in a project directory. The command should provide some optional options, e.g. to select the script...
Reproducer: ```console > mill init javalib/basic/3-multi-module No mill version specified. You should provide a version via a '//| mill-version: ' comment or a '.mill-version' file. Using mill version 1.0.5 [build.mill-59/64]...
Motivations: * A downstream worker (e.g. a server) that depends on a worker (e.g. a classloader) might no longer be functioning correctly, once its dependencies are closed (e.g. loading of...
Currently, `mainargs` changes it's parsing behavior depending on the fact whether there are more that one `@main`-annotated methods. 1. If there is only one `@main`-method, the method name **must not**...
It currently says: https://github.com/com-lihaoyi/os-lib/blob/40bc1247f8514ac6357391c4c588597c4db024b8/Readme.adoc?plain=1#L50-L56 But there are issue(s) indicating we lack some replacements of for the `scala.io` API. * https://github.com/com-lihaoyi/os-lib/issues/335 Those issue(s) got closed without further comment or advise. Being...
In Mill test suite, I see a lot of these warning originating in `utest.Tests`. ``` 18355] [warn] libs/scalalib/test/src/mill/scalalib/HelloWorldTests.scala:120:22 18355] def tests: Tests = Tests { 18355] ^^^^^^^ 18355] unused pattern...
Currently, all tests and sub-tests need to written explicitly. This always bugs me, as it makes writing test matrices unnecessary burdensome. You either need to move test matrix processing into...
I can't tell, if it's just the documentation or the whole feature, but the shown generated Mill projects looks outdated. The page: https://scala-cli.virtuslab.org/docs/commands/export/ A screenshot: > The following issue are...