Replies: 2 comments
-
I started a draft: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented in Mill 0.11.0-M4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just became aware of the
sbt-rewarn
plugin for sbt. It internally caches compiler warnings to show all warnings even for files which did not change before a incremental compilation. That is something I always wanted since I started to use the Zinc incremental compiler, as I find it quite annoying that I don't see warnings just because the incremental compiler decided to not re-compile some files. The implementation looks quite easy, it hooks into the Zinc compiler reporter to cache and re-play warnings.Beta Was this translation helpful? Give feedback.
All reactions