You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was send by the server but edn_read.mll only has about 90 lines.
I will add some extra redundancy here so we at least won't crash but the best you will get here is <file not found>. This is ultimately a bug in the LS and should be reported to them.
Thanks, it looks like the lsp server reports symbols that are present in generated files and not in the actual source files. There are already some existing issues and PRs like ocaml/ocaml-lsp#1097, I'll look into that. Nevertheless, fixing the panic would indeed be helpful so that even in the presence of invalid symbols I can fuzzy-search over the valid ones without randomly crashing if invalid one gets in the way. file not found is ok, since the symbols aren't really there anyway.
Edit https://github.com/prepor/ocaml-edn/blob/12e54ae9deefbbd69299b74f966724a231a50df4/src/edn.ml (happens on other projects too), press
space S
to open the picker, holddown
, helix crashes closer to the end of the list.~/.cache/helix/helix.log
The log is too long for GitHub: https://pastebin.com/mPGhahyW
Platform
macOS, nix
Terminal Emulator
kitty 0.29.2
Helix Version
both helix master ccabfee and helix 23.05 (7f5940b)
The text was updated successfully, but these errors were encountered: