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

BestFirstSearch: stop using State.allAltAreNL #4369

Merged
merged 3 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    be07499 View commit details
    Browse the repository at this point in the history
  2. TreeOps: also ignore single-stat rewritten blocks

    Fix non-idempotence caused by handling RedundantBraces rewrite.
    Follow-on to scalameta#4375.
    kitbellew committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d02cd0d View commit details
    Browse the repository at this point in the history
  3. BestFirstSearch: stop using State.allAltAreNL

    The behaviour is non-idempotent since splits depend on source formatting
    but might produce different breaks.
    kitbellew committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1f3dd78 View commit details
    Browse the repository at this point in the history