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

Make dotty compile with 2.12.3 #2827

Merged
merged 21 commits into from Aug 22, 2017
Merged

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    0f7d251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4ff41f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2169066 View commit details
    Browse the repository at this point in the history
  4. Annotate errors for @odersky

    felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    cc83125 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a081451 View commit details
    Browse the repository at this point in the history
  6. Fix blacklisting of ScalaRunTime

    smarter authored and felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    47c9f00 View commit details
    Browse the repository at this point in the history
  7. Fix 2.12 self types in mixin translation

    2.12 seems to always assume the enclsing mixin class as the type of the "$this" self parameter of
    a mixin implementation method whereas 2.11 used the self type of this class instead. This commit
    compensates or the difference.
    odersky authored and felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    3cf589a View commit details
    Browse the repository at this point in the history
  8. Adapt test to 2.12.x

    felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    a17c688 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d414359 View commit details
    Browse the repository at this point in the history
  10. Update specs2 version

    felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    e0f9176 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92d10b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c478a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76c3ae3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd74b12 View commit details
    Browse the repository at this point in the history
  15. Upgrade scala2-library to 2.12 + dotty fixes

    The dotty fixes were ported from the dotty-library branch, we are now
    using a new branch at https://github.com/lampepfl/scala/commits/dotty-library2.12
    smarter authored and felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    0fb6cf6 View commit details
    Browse the repository at this point in the history
  16. Fix compileMixed test

    smarter authored and felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    0c44b9b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7b757b0 View commit details
    Browse the repository at this point in the history
  18. Fix example-project sbt test

    scala-xml 1.0.1 isn't published for 2.12
    smarter authored and felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    b3d9063 View commit details
    Browse the repository at this point in the history
  19. Upgrade to 2.12.3

    smarter authored and felixmulder committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    98488f8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    40c7f2c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    97ed06e View commit details
    Browse the repository at this point in the history