Tobias Roeser
Tobias Roeser
This is probably not an issue in Mill, but in either Zinc or mainargs. After a clean build when changing the `@arg.doc` attribute of one argument in `mill.MillConfig`, a recompile...
We currently inherit the coursier dependency from Ammonite. As a consequence, we never abstracted away from coursier. But past difficulties in development and even actual issues with bumping coursier suggest,...
Currently, this file is growing unlimited, which can become an issue if disc space gets low.
Using `os.Inherit` for output is known to not show up when in client-server-mode. We should mention the use of `mill.modules.Jvm.runSubprocess` and also give suggestions which settings work best in Mill....
## Observed vs. expected behavior After selecting a rather large `readme.md` file and clicking on "Convert to AsciiDoc", nothing happens, not conversion, not error message, no noticable CPU work. I...
## Problem When using the macro-based CLI library mainargs, I noticed an undercompilation issue When changing the `@doc` annotation of one argument in `foo.Config`, a recompile results in only one...
Some changes are wild guesses. Some tests fail.