Tobias Roeser
Tobias Roeser
Because the way commands are currently implemented, there is not well defined way to overload a command with different options. This makes gradual evolving a modules API hard. `mainargs` already...
Mill currently only has one `resources` target. It's content will end up in the built jar and also in the classpath. But it is also evaluate before and feed into...
On a black backgrounded shell, the current output colors (esp. the blue progress) are hard to read. Colors should be configurable, e.g. via a user specific config file, or at...
This is an attempt to fix https://github.com/com-lihaoyi/mill/issues/860. I initially thought, that the best way is to resolve to coursier.Dependency with existsing `resolveCoursierDependency` task, but that way I loose the `Dep.force`...
And the concrete error isn't shown to the user. This is probably, because we complete the initial workspace reload request successfully and too early, whereas we should wait for the...
The Scala compiler isn't preventing module names like this ```object `foo.bar` extends Module```. Compiling such a `build.sc` just works currently but Mill is ignoring this module. Instead it should detect...