Skip to content

Update 2.12's scala.annotation.nowarn once 2.12.13 is out #397

@dwijnand

Description

@dwijnand

See scala/scala-lang#1184 (comment)

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:

  1. 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

  2. users that upgrade scala-collection-compat (with this implemented) but not scalaVersion: won't have a @nowarn in they're classpath any more... 😕 🤔 ...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions