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 extended experimental checking #13093

Closed
wants to merge 1 commit into from

Commits on Jul 16, 2021

  1. Remove extended experimental checking

    This PR makes @experimental behave analogously to @deprecated: if you refer
    to something that's experimental then the compiler version must be a snapshot
    release. I don't see a reason for more extensive rules. They are likely more
    damaging than helpful, as i13091 shows.
    
    Fixes scala#13091
    odersky committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    cd969b8 View commit details
    Browse the repository at this point in the history