hilcode
hilcode
I should add that this is on Linux and using Lefou's Mill wrapper (https://github.com/lefou/millw).
No, that doesn't seem to be the case. Changes to subsequent `import` statements or renaming the `trait` _are_ noticed and correctly fail the build. So "structural" build changes appear to...
Certainly, I have simplified the problem as much as possible for this bug report. In fact, I do as you suggest in my actual `build.sc` (as a workaround) but that...
I have a separate `Versions.scala` file (with a `versions.sc` symlink to it) that simply contains a `Versions` object with all the `version_*` `val`s. This is imported at the top of...
That's an interesting approach. I am in a hybrid situation. The main build is still SBT but I have moved some of the code to Mill. SBT calls Mill as...
Seems like a good idea. The less magic, the better.
@bishabosha Indeed, when using `publishM2Local` in Mill and depending on that JAR "normally", everything works fine. The JAR itself is byte for byte identical, including the `.tasty` file (AFAICT).