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

Support Scala 2.12 Mixins #2685

Merged
merged 10 commits into from
Jun 14, 2017
Merged

Commits on Jun 7, 2017

  1. Faster base class sets

    Speed up construction and testing of base class sets.
    Use a linear search with automatic bubbling up of
    hits.
    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    d64b271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5362ad View commit details
    Browse the repository at this point in the history
  3. Support Scala 2.12 mixins

    Adapt to either 2.11 or 2.12 scheme.
    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    2e4d159 View commit details
    Browse the repository at this point in the history
  4. Rename miniphase

    Don't mention ImplClasses in the name since they do not exist in the scheme for 2.12.
    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    8f80923 View commit details
    Browse the repository at this point in the history
  5. Add test case

    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    b82f7eb View commit details
    Browse the repository at this point in the history
  6. Fix rename breakage

    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    4b6f6a5 View commit details
    Browse the repository at this point in the history
  7. Change phase name

    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    ade4bbe View commit details
    Browse the repository at this point in the history
  8. Fix test

    We really should use a blacklist instead. It's super-fragile to hardcode large directory listings like that.
    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    b4b8d64 View commit details
    Browse the repository at this point in the history
  9. Address reviewers comments

    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    f521a5a View commit details
    Browse the repository at this point in the history
  10. Remove debug info

    odersky committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    e0057da View commit details
    Browse the repository at this point in the history