You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this PR, the recently added scalacOption -Xfatal-warnings would
cause publishLocal to fail. The underlying defect is the fact that
ScalaNative plugin 0.4.0-M2, and probably other versions, emits a
debugging warning for the an empty mixin phase. This warning was supposed
to be bootstrapping which would disappear.
The current workaround is logically correct and has a vanishingly small
cost.
Tested manually by starting from clean code and .ivy2 directories
and running publishLocal. No errors seen.
This PR just restores normal operation, no documentation impact. The
build.sbt code is the documentation (inside joke).
0 commit comments