-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
scala/scala
#9603Labels
Milestone
Description
now that we have @nowarn
and -Wconf
, enabling fatal warnings in the scala/scala build is now feasible and the major subprojects (compiler, reflect, library, ...) are already done.
over at #600 @NthPortal offered this list of subprojects still needing this switch flipped:
- testkit (Enable -Werror for even more modules (particularly junit) scala#9348)
- partest (Enable -Werror for even more modules (particularly junit) scala#9348)
- tastytest (Enable -Werror for even more modules (particularly junit) scala#9348)
- specLib (Enable -Werror for even more modules (particularly junit) scala#9348)
- bench (maybe)
- junit (Enable -Werror for even more modules (particularly junit) scala#9348)
- tasty
- scalacheck
- osgiTestFelix (?)
- osgiTestEclipse (?)
- partestJavaAgent
- enable warnings (and thus errors) in doc stage when fatal warnings are enabled
volunteers to tackle particular checkboxes here...?