Tobias Roeser
Tobias Roeser
When Mill is started with `--no-server` option, it creates a new sandbox dir for each run. > How about we clean up asynchronously? e.g. > > 1. Each process takes...
``` > ./mill -i -k "{main,scalalib,testrunner,bsp}.__.test" ... X mill.main.server.ClientServerTests.hello 10058ms utest.AssertionError: assert(res2.logsFor("Interrupting after 1000ms") == Seq("server-0")) res2: mill.main.server.ClientServerTests.ClientResult = ClientResult(0,/home/runner/work/mill/mill/out/17875277267850301185/mill-worker-5ueiCV1J/TIqSBrxHNOAF4Ax630=-1,/home/runner/work/mill/mill/out/17875277267850301185,hello WORLD ,HELLO WORLD ) utest.asserts.Asserts$.assertImpl(Asserts.scala:30) mill.main.server.ClientServerTests$.$anonfun$tests$3(ClientServerTests.scala:146) utest.asserts.Asserts.retry(Asserts.scala:96) utest.asserts.Asserts.retry$(Asserts.scala:95) utest.package$.retry(package.scala:8) mill.main.server.ClientServerTests$.$anonfun$tests$2(ClientServerTests.scala:125)...
Selecting other versions work, but when I select `0.11.10`, I get a `Page Not Found`. 
### Discussed in https://github.com/com-lihaoyi/mill/discussions/3272 Originally posted by **roman-mibex-2** July 18, 2024 TLDR: `mill clean` should stop workers / or discard them. I have a mill build with some webpack workers,...
I'm trying to do this for some time, but noticed, I never create an issue for it. * https://youtrack.jetbrains.com/issue/KT-62087 * https://youtrack.jetbrains.com/issue/KT-57398 * https://youtrack.jetbrains.com/issue/KT-61865 * https://youtrack.jetbrains.com/issue/KT-62759 * https://youtrack.jetbrains.com/issue/KT-63154 Current status is...
* Reproducer: https://github.com/com-lihaoyi/mill/pull/3799
Fixes https://github.com/com-lihaoyi/mill/issues/3789. We just accidentally flipped the conditional and didn't have any tests that verify this behavior, so I added some example tests that also serve to explain the feature...
Mill target invalidation works reasonable under the assumption that all outputs are cached in the Mill cache (e.g. the `out/` dir). Sometimes it's necessary to point to things outside of...