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

Fix debug assertion for diagnostic sort order #4319

Commits on Oct 16, 2022

  1. Fix debug assertion for diagnostic sort order

    The debug assertion that document diagnostics are sorted incorrectly
    panics for cases like `[161..164, 162..162]`. The merging behavior
    in the following lines that relies on the assertion only needs the
    input ranges to be sorted by `range.start`, so this change simplifies
    the assertion to only catch violations of that assumption.
    the-mikedavis committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    34a611f View commit details
    Browse the repository at this point in the history