Tobias Roeser
Tobias Roeser
@lihaoyi, could you look at this failure? Do we need to add/change some configuration or is this a regression in `mainargs`? ``` ... Running MainTests X ammonite.main.MainTests.args.goodHalfFlag 198ms utest.AssertionError: assert(evaled.err.contains(...
We probably don't want to block publish jobs due to such issues. Instead, we should have these checks as part of the pull request verification.
> This should be fixed once we tag a new version and the main doc site picks up the latest changes If we can't publish via CI action, how is...
Autoclosable workers should close before Mill needs to recreate them. I might be wrong, but I think we currently don't close all workers explicitly on Mill daemon stop. We typically...
If I'm not wrong, it is the expected behavior right now. We need to discuss, if we also want to guarantee that workers get closed when Mill shuts down. Of...
We should at least try to close all worker at Mill shutdown and evaluate it. If that happened, hosting a http server from Mill in a worker might be a...
Related * #5810
Link, please.
> The default choice `PalantirJavaFormat` has literally hundreds of [open issues](https://github.com/palantir/palantir-java-format/issues) that no one looks at or responds to. Could be, because they require signing a CLA, which turns potential...
To my understanding, Mill isn't watching the full project dir by default, but only explicitly configured paths (via source tasks or explicit watch API).