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
Add scalacOptions which have proved useful in the ScalaNative build
itself. The options here are not exactly the same. For example,
this build uses, rightly, -Yno-unused-imports.
Tested manually. No fatal or warning messages were found whilst building
the current code base. Enabling these options should help keep deprecation
warnings & such from unintentionally creeping in as the code base
evolves.
No documentation impact.
0 commit comments