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

Rewrite reaches tests to fix tasty-cc nightly failures #20156

Merged
merged 1 commit into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. Rewrite reaches tests to fix tasty-cc nightly failures

    The reaches.scala pos test failed the nightly with tasty cc since one line violated
    the new condition for reaches capabilities. The problem was not discoveed in normal
    testing since it used the `List` class, which is capture checked only in the nightly.
    We now make the relevant bits of `List` explicit in the test itself, so that it is
    always capture checked. The failing line got moved to neg.
    odersky committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    db529d9 View commit details
    Browse the repository at this point in the history