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

Change 3.1 to future #11355

Merged
merged 4 commits into from
Feb 10, 2021
Merged

Change 3.1 to future #11355

merged 4 commits into from
Feb 10, 2021

Commits on Feb 9, 2021

  1. Change 3.1 to future

    It's now
    
        -source future
        -source future-migration
    
        import language.future
        import language.`future-migration`
    
    instead of
    
        -source 3.1
        -source 3.1-migration
    
        import language.`3.1`
        import language.`3.1-migration`
    odersky committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    16f8f26 View commit details
    Browse the repository at this point in the history
  2. Update doc pages

    odersky committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c85c836 View commit details
    Browse the repository at this point in the history
  3. Fix rebase breakage

    odersky committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    7657ec9 View commit details
    Browse the repository at this point in the history
  4. Update docs/docs/reference/contextual/context-bounds.md

    Co-authored-by: Guillaume Martres <smarter@ubuntu.com>
    odersky and smarter committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    bcaac78 View commit details
    Browse the repository at this point in the history