Oliver Wickham

Results 18 comments of Oliver Wickham

I got the chance to test this. Good news is that aspects applied to the Suite works well. The downside is that with the latest EAP + ZIO plugin +...

Just to add to this, it seems counter-intuitive that shutdown on the underlying channel returns when the shutdown has started and not completed. In the ZIO/effect world of async, it...

This is still an issue, so I did a little blackbox investigation. I ran the ammonite script above and traced system calls to watch the actual actions on the file...

@lefou, thanks for responding. We are using mill 0.10.4, although the workarounds for the problem in the CI pipeline have been around since 0.10.1. was used. The person who put...

@lefou when testing with Mill 0.10.4 without the workarounds some errors reappear: ``` 09:39:46 .macro.scalaCompilerClasspath Failed to load dependencies 09:39:46 checksum not found: /root/.cache/coursier/v1/https//oss-maven/org/scala-lang/scala-library/2.13.8/scala-library-2.13.8.jar 09:39:46 .scalaCompilerClasspath Failed to load dependencies...

It is very uncommon to have checksum issues almost every time with some kind of network corruption, given that most traffic is TLS which guarantees data integrity. My gut feeling...

If I get some time I will try and recreate the mill issues on my local machine and trace the output to see what is happening. Is it worth creating...

> What if we let the instances remain defined but just made them no longer implicit? That way someone who wants to use the instance for useful things can grab...

@grouzen did you find that the proposed changes fixed the issue, or did you find some other cause?

For future reference, apparently the original cause of this was that logback was using a sync logger and when that was changed, this issue went away