ZIm/crates/editor
Smit Barmase aa9dacad28
editor: Log error instead of panic on index out of bounds for line layouts (#32953)
Closes #30191

`line_ix` should never exceed the bounds of `line_layouts`, but a panic
happens on out-of-bounds for this, which seems weird. I couldn’t
reproduce this panic at all. Since this is for displaying inline blame,
we now log an error if this occurs instead of panicking.

Release Notes:

- N/A
2025-06-18 22:16:07 +05:30
..
src editor: Log error instead of panic on index out of bounds for line layouts (#32953) 2025-06-18 22:16:07 +05:30
Cargo.toml debugger: Remove feature flag (#32877) 2025-06-17 13:56:19 -06:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00