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
2.12.13 is coming out imminently (today?). Once it's out, probably best when bumping to 2.12.13, it would be good to move that noop to 2.11 only.
But two scenarios to think about:
users that upgrade scalaVersion but not scala-collection-compat (or if we don't implement this change): it's unclear what classfile for @nowarn they'll class load, which could break the configurable warning feature
users that upgrade scala-collection-compat (with this implemented) but not scalaVersion: won't have a @nowarn in they're classpath any more... 😕 🤔 ...