Tobias Roeser

Results 290 comments of Tobias Roeser

> In a private repo I use > > ``` > jobs: > release: > runs-on: ${{ matrix.os }} > strategy: > matrix: > include: > - os: windows-latest >...

I'm pretty sure it's using the changed `actions.yml`. But it fails for the complete `test` job matrix. None is run, not even those with `ubuntu-latest`. They even don't appear in...

@IdiosApps I guess I found the issue. I have some explicitly included jobs. Turns out, I also need to explicitly specify a value for `matrix.os` for these jobs. Now, GHA...

Mill does not access the Maven repository directly, but uses the coursier API (https://get-coursier.io/) for it. So, this is an upstream issue and should be reported there.

FTR, I asked in the coursier discussions: https://github.com/coursier/coursier/discussions/1945

@Iltotore Can you show what files mill (/coursier) tries to download and also show the exact failure? What files did you expect it to download instead?

This looks like the jar is either still in use, or some process forget to close the file resource. If you don't have other processes using this jar file, chances...

> @lefou I'll try and have a look. It seems there's already some Zinc issues for local tests on Windows: > > ``` > X mill.integration.forked.ZincIncrementalCompilationTests.incremental compilation only compiles changed...

> > @lefou I'll try and have a look. It seems there's already some Zinc issues for local tests on Windows: > > ``` > > X mill.integration.forked.ZincIncrementalCompilationTests.incremental compilation only...

> @IdiosApps I tried using https://github.com/jenkinsci/lib-file-leak-detector to find which files remain unclosed. Found that there are 3 places where it gets stuck/unclosed. You can see attached file for stacktraces. Couldn't...