Tobias Roeser

Results 198 issues of Tobias Roeser

_This is a follow-up to https://github.com/akka/akka/issues/28304#issuecomment-576360895._ The two artifacts `akka.parsing` and `akka.http.core`. both in version `10.1.11`, contain (disjunct) classes in the Java package `akka.http.ccompat`. A split package is considered bad...

help wanted
1 - triaged
discuss
nice-to-have (low-prio)
binary-incompatible

In Mill, where we use Zinc to compile Java and Scala sources, we recently tried to find the source for some left-over opened files, which produce issues for processes on...

Hi, I just stumbled over PR https://github.com/coursier/coursier/pull/2891 when I was in search for some way to check a set of dependencies for consistency, considering their transitive dependencies with `provided`-scope. My...

We inherited the various `$`-imports like `import $ivy` or `import $file` from Ammonite. It turns out, the Scala compiler isn't very fond of us using the `$` symbol in object...

With the new `--onlydeps` CLI option, we can evaluate all dependencies except the requested targets itself. This comes in handy to prepare some offline work. It's also useful when a...

This PR exists, to monitor changes in https://github.com/sbt/zinc. Don't merge until next Zinc becomes stable.

Noticed it, while analyzing, why one of our Github Actions fail constantly. ``` > ./mill --import ivy:io.chris-kipp::mill-github-dependency-graph::0.2.6 resolve io.kipp.mill.github.dependency.graph.Graph/generate [build.sc] [47/53] zincReportCachedProblems Parsing exception Position 1:14, found "=./mill" ``` It...