-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
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
Panic: reached unreachable code #1923
Comments
This could be related to #1537 |
Same with Theia IDE on Windows 10 Pro x64, version 0.13.0. But after removing everything it works with VSCode 1.91.0. I do not remember doing anything extraordinary |
this happens to me all the time, i can try to find a reproducible example if needed as well. |
The provided logs are a bit hard to read but based on what I can decipher, the first error that occurred is the following:
This is the same error message that happened in #1537 which has been fixed by #2002. So I believe that this issue should be resolved as well. If this issue is still happening, please open a new issue. |
Zig Version
0.13.0
Zig Language Server Version
0.13.0
Client / Code Editor / Extensions
nvim 0.10.0
Steps to Reproduce and Observed Behavior
I don't have much idea how to do it, but basically, it has happened in several files. The most recent one I've tried to edit is: src/tensor/utils/fill.zig
There, when trying to import a file that is located at a lower level, the lsp server breaks.
Link: https://github.com/kython28/wekua/tree/890c2fc149b121319d58277b8c007db46eb8ae96
Expected Behavior
It shouldn't fail (?)
and should be able to import without crashing the server.
Relevant log output
The text was updated successfully, but these errors were encountered: