We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried using Rust lsp goto definition action and it panic'd with message:
thread 'main' panicked at helix-core\src\transaction.rs:483:9: Positions [(11137, After), (11138, Before)] are out of range for changeset len 11108! stack backtrace: 0: 0x7ff615d7d6f8 - <unknown> 1: 0x7ff614ec7a59 - <unknown> 2: 0x7ff615d780a1 - <unknown> 3: 0x7ff615d7d4d6 - <unknown> 4: 0x7ff615d80ff8 - <unknown> 5: 0x7ff615d80c67 - <unknown> 6: 0x7ff615d81557 - <unknown> 7: 0x7ff615d813e7 - <unknown> 8: 0x7ff615d7e08f - <unknown> 9: 0x7ff615d81098 - <unknown> 10: 0x7ff615e6c104 - <unknown> 11: 0x7ff6151d0c88 - <unknown> 12: 0x7ff6151a788b - <unknown> 13: 0x7ff6159f3479 - <unknown> 14: 0x7ff615abd310 - <unknown> 15: 0x7ff615aa1d5f - <unknown> 16: 0x7ff615aa3924 - <unknown> 17: 0x7ff615501509 - <unknown> 18: 0x7ff6155013e3 - <unknown> 19: 0x7ff615505f25 - <unknown> 20: 0x7ff61568a720 - <unknown> 21: 0x7ff6156cffb2 - <unknown> 22: 0x7ff615b02ef9 - <unknown> 23: 0x7ff615aff559 - <unknown> 24: 0x7ff615b6fa51 - <unknown> 25: 0x7ff615ba8587 - <unknown> 26: 0x7ff615bbc5eb - <unknown> 27: 0x7ff615b7e886 - <unknown> 28: 0x7ff615b96210 - <unknown> 29: 0x7ff615d70fbe - <unknown> 30: 0x7ff615bbc78c - <unknown> 31: 0x7ff615e6604c - <unknown> 32: 0x7ffb5deb7374 - BaseThreadInitThunk 33: 0x7ffb5e93cc91 - RtlUserThreadStart
Can't reproduce
Not very useful imo but here they are:
2024-10-19T16:10:55.579 helix_lsp::transport [ERROR] rust-analyzer err <- "2024-10-19T14:10:55.557220Z ERROR hir_ty::diagnostics::match_check::pat_analysis: trying to compare incompatible constructors Struct and Variant(EnumVariantContiguousIndex(1))\n" 2024-10-19T16:11:30.229 helix_lsp::transport [ERROR] rust-analyzer err <- "2024-10-19T14:11:30.229633Z ERROR hir_ty::diagnostics::match_check::pat_analysis: trying to compare incompatible constructors Struct and Variant(EnumVariantContiguousIndex(1))\n" 2024-10-19T16:12:44.122 helix_view::document [ERROR] Failed to copy metadata on write: The operation completed successfully. (os error 0) 2024-10-19T16:13:24.840 helix_lsp::transport [ERROR] rust-analyzer err: <- StreamClosed
Windows 10
Windows terminal(portable) 1.21
Scoop
helix 24.7 (079f544)
The text was updated successfully, but these errors were encountered:
Is it possible to post the source code which you used?
Sorry, something went wrong.
This might have been fixed in #11304, if you are able to build from source on or after this commit then it would be helpful in seeing if this is so.
Im sorry i don't have it anymore :c
Ok thank you !
Without reproduction case thisnis not actionable
No branches or pull requests
Summary
Tried using Rust lsp goto definition action and it panic'd with message:
Reproduction Steps
Can't reproduce
Helix log
Not very useful imo but here they are:
~/.cache/helix/helix.log
Platform
Windows 10
Terminal Emulator
Windows terminal(portable) 1.21
Installation Method
Scoop
Helix Version
helix 24.7 (079f544)
The text was updated successfully, but these errors were encountered: