-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Nix language parser failing #2909
Comments
I can't reproduce this on master or any recent commit. The error message points to the helix/runtime/queries/nix/highlights.scm Line 25 in 07e7a13
hx --version say? And which -a hx ?
|
Just rebuilt from master: |
Somewhere on your system there's an out-of-date |
Hmm, I've deleted the I went ahead and grabbed the |
#3713 had another angle on this: do you have a I'm getting different |
just looking through some nix language support issues and I think this can be reasonably closed |
Summary
I'm trying open a
nix
file, but helix is crashing. I attempted to fix by running:hx --grammar fetch && hx --grammar build
with no luckReproduction Steps
I tried this:
hx shell.nix
I expected this to happen:
helix
to open theshell.nix
fileInstead, this happened:
Helix log
~/.cache/helix/helix.log
2022-06-28T09:27:49.396 helix_lsp::transport [ERROR] err <- "[ERROR project_model::workspace] cyclic deps: helix_view(CrateId(63)) -> helix_tui(CrateId(57)), alternative path: helix_tui(CrateId(57)) -> helix_view(CrateId(63))\n" 2022-06-28T09:28:18.292 helix_lsp::transport [ERROR] err <- "[ERROR project_model::workspace] cyclic deps: helix_view(CrateId(63)) -> helix_tui(CrateId(57)), alternative path: helix_tui(CrateId(57)) -> helix_view(CrateId(63))\n" 2022-06-28T21:13:35.455 helix_lsp::transport [ERROR] err <- "[ERROR project_model::workspace] cyclic deps: helix_view(CrateId(63)) -> helix_tui(CrateId(57)), alternative path: helix_tui(CrateId(57)) -> helix_view(CrateId(63))\n" 2022-06-28T21:13:46.173 helix_lsp::transport [ERROR] err <- "[ERROR project_model::workspace] cyclic deps: helix_view(CrateId(63)) -> helix_tui(CrateId(57)), alternative path: helix_tui(CrateId(57)) -> helix_view(CrateId(63))\n"Platform
macOS
Terminal Emulator
alacritty
Helix Version
22.05-158-g07e7a13a
The text was updated successfully, but these errors were encountered: