Tobias Roeser

Results 198 issues of Tobias Roeser

When mill is started with `-i`, it will not only run interactively, it will also skip starting a daemon process. * [ ] Add that into to documentation pages *...

See https://github.com/lihaoyi/mill/pull/480#issuecomment-436927941 and https://github.com/lihaoyi/mill/issues/491#issuecomment-444006357 Currently, `all`, `show`, `resolve`, `clean` and other built-in tasks take an evaluator instance and are part of the task graph itself, which is somewhat in-elegant. They...

feedback wanted

There should be some way to declare the minimal required mill version to be used. If you currently start the build with the wrong version of mill, you might get...

We have various test cases in Mill, which fail when we update zinc version from 1.5.7 to 1.5.8. ## steps On example reproducer is: * checkout mill repository and bump...

Maven central lists 0.9.8 and 0.9.9, but the tags aren't there.

Scala-Steward currently cross-compiles the Mill plugin for Scala 2.12 and 2.13. 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...

We have essentially two compiler plugins in Mill which we currently build as one: * we don't require `override` on overridden `def`s and `val`s and special handle `mill.moduledefs.Cacher` instances *...

Added artifactSuffix to JavaModule. * #1826

compat-breaker