Tobias Roeser
Tobias Roeser
Since separating `javalib` and `scalaib` it more to please our users but not so much a technical requirement (since we don't really have different dependencies, as these are all loaded...
While this error message is cryptic, the underlying issue is, that the top-level build extends `MainRootModule` which extends `MainModule` with already has a task `init` in it. I wonder, why...
Looks like coursier does not understand the right open interval notation used in the version of `ecj`: `[3.33, 3.34[`. Edit: Might be not (any more) an standard, according to https://maven.apache.org/pom.html#Dependency_Version_Requirement_Specification,...
Waiting for a new coursier release, which should fix it.
I think we want that. But I wouldn't introduce a new trait. Can you explain, where you see the backward compatibility issues? Adding a new task should not be an...
> `git push -f` is just the way I've done this kind of CI-driven autofixes before, and it worked fine. The alternative is to ask people to `git fetch` the...
Is this exception in Mill 0.12 or 1.x? Even if the format changed, reading the file should gracefully handle any errors or provide a high level error message.
IIUC, Mill will not recover from this kind of failure, as long as the PID file exists. Since we can foresee this situation, and it is more or less self-induced...
See prior discussions in the related issue * https://github.com/com-lihaoyi/mill/issues/2250
So IIUC, PR opened against Mill repository automatically run on Mill CI or the PR creator CI account, depending on the draft status of the PR? Do PRs need to...