Tobias Roeser

Results 443 comments of Tobias Roeser

> To do that, it compiles against Mill versions 0.6.3 (Scala 2.12) and 0.10.7 (Scala 2.13). This (accidentally) results in binary compatibility to Mill 0.6.x (binary platform 0.6) and Mill...

Instead of auto-applying white- or black-lists, we should instead support filtering by license. License information is included in Maven Central published poms. We should by-default only accept open source licenses....

I create PR https://github.com/com-lihaoyi/mill/pull/1729 which should improve this situation. Any review or test is much appreciated.

Yeah, that makes sense. I immediately see two actionable tasks: * Add support for reading these credentials from environment variable via `T.env`. * Add some note to the documentation (Pages,...

Using `gpg-agent` should work out of the box. It does for me.

@ckipp01 Do you mind when I update your PR with some changes? As I needed to check it out for a proper review, I already started to think by changing...

Don't know why the Scala 3.2 test fails. Maybe, something changed in Scala itself?

I still have no idea why the htmlReport test is failing with Scala 3.2. The issue is, that a path for the test setup is not correct. This should be...

@carlosedp This is interesting, because the file `Macros.scala` doesn't even seem to be part of your project. Maybe, it's a bug in scoverage plugin of Scala 3.2.0?