Closed charles-dyfis-net closed 1 year ago
We would need a reproduction case to debug this properly but based on the backtrace I think this is https://github.com/helix-editor/helix/issues/5632. I will close in favor of that but feel free to re-open or open a new issue if you find a reproduction case for this.
Looks consistent -- I did indeed have a vertical split when this took place.
Summary
Alas, I'm not able to reliably reproduce this -- hopefully the stack trace is sufficient to be useful.
Reproduction Steps
N/A: Unable to reproduce
Helix log
~/.cache/helix/helix.log
Unfortunately, there's very little content in `helix.log` in the seconds surrounding the error. (Previously there are several panics from rnix-lsp, but these are from well before the relevant point-in-time, and appear to be from completely different editor sessions). ``` 2023-02-18T16:09:44.509 helix_term::application [WARN] lsp position out of bounds - Diagnostic { range: Range { start: Position { line: 32, character: 0 }, end: Position { line: 32, character: 0 } }, severity: Some(Error), code: Some(String("syntax_error")), code_description: None, source: None, message: "Expecting \";\"", related_information: Some([]), tags: Some([]), data: None } 2023-02-18T16:09:44.510 helix_term::application [WARN] lsp position out of bounds - Diagnostic { range: Range { start: Position { line: 32, character: 0 }, end: Position { line: 32, character: 0 } }, severity: Some(Error), code: Some(String("syntax_error")), code_description: None, source: None, message: "Expecting \"}\"", related_information: Some([]), tags: Some([]), data: None } 2023-02-18T16:09:44.666 helix_term::application [WARN] lsp position out of bounds - Diagnostic { range: Range { start: Position { line: 33, character: 0 }, end: Position { line: 33, character: 0 } }, severity: Some(Error), code: Some(String("syntax_error")), code_description: None, source: None, message: "Expecting \";\"", related_information: Some([]), tags: Some([]), data: None } 2023-02-18T16:09:44.666 helix_term::application [WARN] lsp position out of bounds - Diagnostic { range: Range { start: Position { line: 33, character: 0 }, end: Position { line: 33, character: 0 } }, severity: Some(Error), code: Some(String("syntax_err or")), code_description: None, source: None, message: "Expecting \"}\"", related_information: Some([]), tags: Some([]), data: None } ```Platform
MacOS 13.1, with Helix installed via Nix (from the nixpkgs unstable channel)
Terminal Emulator
iTerm2 3.4.19
Helix Version
helix 22.12