Tobias Roeser
Tobias Roeser
_Still in experimenting phase_ Created a new module `JpackageModule`, which wraps around the `jpackage` tool, that's part of newer JDK releases and is used to produced native executables and distributable...
As part of experimenting the solution space for feature request https://github.com/com-lihaoyi/mill/issues/3075, I found that some resolution validation errors are only correctly detected, when the newer coursier API is used. Therefore...
the directive will looks like this: ```scala //> using mill.version 0.11.8 ``` IMHO, it would be enough to search for it in the first 10 lines (`head`). Also supporting a...
Instead we use the compilation-task independent discovery of main classes.
The `T.fail` shortcut is an experiment. Pease comment WDYT. This change was discussed in https://github.com/com-lihaoyi/mill/pull/3406 I'd also like to remove the `Exception` from `Result.Failing` hierarchy, but it was added before...
Currently, Mill is always scanning for `module.sc` files. We already discussed and agreed on the enablement of sub-modules through `module.sc` files via an `$`-import in PR https://github.com/com-lihaoyi/mill/pull/3213. What could be...