kdl-rs/tools
Thomas KEMKEMIAN 997cdc45f6 fix(lsp): prevent char index out of bounds panic in diagnostic positions
Convert byte indices to char indices before calculating positions in the
rope. The previous implementation passed byte offsets directly to char
indexing functions, causing a panic when the byte index exceeded the
character count.
2026-02-27 01:12:29 +01:00
..
kdl-lsp fix(lsp): prevent char index out of bounds panic in diagnostic positions 2026-02-27 01:12:29 +01:00