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

Don't error (only warn) on symbol literals under -Xsource:3 #9602

Merged
merged 1 commit into from May 7, 2021

Commits on Apr 30, 2021

  1. Support symbol literals under -Xsource:3

    Scala 3 still supports symbol literals even if they require a language
    import now (cf scala/scala3#11588), so don't
    emit an error if we find one under -Xsource:3 as that could
    unnecessarily impede cross-compilation as discovered in
    scala/scala-dev#769.
    smarter committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    f5e2a98 View commit details
    Browse the repository at this point in the history