mirror of https://github.com/helix-editor/helix
Fix debug assertion for diagnostic sort order (#4319)
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.pull/4323/head
parent
63fe423710
commit
5f4f171b73
Loading…
Reference in New Issue