Tobias Roeser

Results 290 comments of Tobias Roeser

We should collect as much context as possible here. Two changes come to my mind that we made during 0.10 develoment, that may be related: * We refactored the test...

Could also be some change in Ammonite or in how we use Ammonite, especially regarding caching. This hit use previously (in the very low versions). When Ammonite decides to use...

FTR, I tried to use `-w` with tests a lot but was not able to reproduce this issue.

My env: ``` Mill Build Tool version 0.10.1 Java version: 11.0.14, vendor: Eclipse Adoptium, runtime: /opt/openjdk-bin-11.0.14_p9 Default locale: de_DE, platform encoding: UTF-8 OS name: "Linux", version: 5.15.23-gentoo-x86_64, arch: amd64 ```...

> The reproduction [here](https://github.com/com-lihaoyi/mill/issues/1711#issuecomment-1022052092) works very well in my setup. You will not see the logs of the processes because the streams are disconnected but they are in the background...

I strongly think, this is an issue with `--watch` in combination with explicit Mill abortion (`^C`). Looks like it is not properly propagated to the underlying Ammonite watch mechanism, so...

> On a side node: `runIvyDeps` seems also to be ignored my `GenIdea`. * See #1110

This is also an issue in Bloop plugin. * See #1843

Somewhere between mill 0.2.9 and 0.3.5, some API incompatibilities were introduced that made my mill plugin mill-osgi (https://github.com/lefou/mill-osgi) fail. I could fix it by using the new os-lib API and...