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).
The idea being that it would then be easier to remove the bottom right corner (of the combined 2x2 there)?
Your code does not seem to use this new `.reverse()` method, though? I think I get the idea, though. You want to indicate that certain cells should be treated as...
I tried `master` just now and the table renders correctly. Thank you very much for fixing this so quickly!