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
Don't run genjavadoc while generating scaladoc (#167)
When generating scaladoc, not the scala compiler is run with a limited set of
phases. Notably, it runs it without the 'fields' phase which genjavadoc
depends on, disabling genjavadoc while producing the warning
`dropping dependency on node with no phase object: fields`. When you have
`-Xfatal-warnings` enabled, this then leads to an error.
Inspired by HairyFotr/linter#23
0 commit comments