Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated ? syntax #186

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Commits on Apr 30, 2021

  1. Remove deprecated ? syntax

    Scala 2.13.6 and 2.12.14 will interpret `?` as a wildcard when using the
    `-Xsource:3` flag (cf scala/scala#9560)). This
    means that the old kind-projector syntax will no longer work, so it
    seems like a good time to remove it. This will also allow us to compile
    more of the community-build with `-Xsource:3` enabled (cf
    scala/scala-dev#769).
    
    Sincet this is a breaking change, we also bump the version to
    0.12.0-SNAPSHOT.
    smarter committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    bcaeeb3 View commit details
    Browse the repository at this point in the history