Tobias Roeser
Tobias Roeser
I think we should include this into `1.0.0`, since evolving commands was a major reason for the need to break binary compatibility in the past.
One maintenance use case is to (bulk) detect outdated dependencies in example projects by using some command to find dependency updates in every example project. If we allow to run...
Also spawning a shell in that project would be great.
The `codesig` approach seem also be applicable for code compiled by different compilers including Kotlin-written code, whereas the zinc approach is limited to anything compiled with zinc. Maybe, there is...
* This is related to https://github.com/com-lihaoyi/mill/issues/2781
I think it would be good to start this idea in a complete different and `@experimental` package. So we can roll-out and test it as soon as available and also...
@alexarchambault Can you please outline how a new contributor is supposed to submit a draft PR which involves changed test data, that is supposed to possibly change again while working...
Excuse my language, but I think that workflow sucks. If we could at least stay in the same repo, on an orphan branch, to avoid all the hassle of (multiple)...
The idea behind this issue was that we, once we have a `--offline` option, or are technically offline, we are not able to build a `build.mill` when not all dependencies...
This is meant as an optional feature though. We either have a embedded repository and it has the required jars, or we don't. It is meant as an fallback or...