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
The idea is to add a flag to scalac that warns if a jar is on the classpath that is not used during compilation. With this, we could potentially make that a fatal error when given a certain flag (or of course using fatal warnings).
The text was updated successfully, but these errors were encountered:
@johnynek should we close this in favor of #235 ?
It's more generic but it's also more indicative on the direction we're going (i.e. not to use the stock plugin but to use our own variant)
see: scala/scala#5724
The idea is to add a flag to scalac that warns if a jar is on the classpath that is not used during compilation. With this, we could potentially make that a fatal error when given a certain flag (or of course using fatal warnings).
The text was updated successfully, but these errors were encountered: