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

Release sbt-dotty 0.3.4, future-proof isDotty #7120

Merged
merged 3 commits into from
Aug 28, 2019

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    ba87027 View commit details
    Browse the repository at this point in the history
  2. Make test t6827 less flaky

    It failed once on the CI on OpenJDK 8 because the toString of the
    exception was "java.lang.ArrayIndexOutOfBoundsException" instead of
    "java.lang.ArrayIndexOutOfBoundsException:-1"
    (https://dotty-ci.epfl.ch/lampepfl/dotty/982/1/4). I have no idea how
    this could happen (different code paths between the interpreted and JIT
    compiled code ?), so just stop checking for the exact toString output.
    smarter committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    bcbbbc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a06c5e4 View commit details
    Browse the repository at this point in the history