8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
After updating to nil version 2023-03-01 I'm experiencing this crash every time I save a file to disk.
If I can provide any further information regarding this crash I'm happy to do that.
neovim config: https://github.com/xanderio/dotfiles/blob/main/home/develop/neovim/nvim/init.lua#L131-L144
Cleanup nvim lsp.log entry
[ERROR][2023-03-08 09:33:28] .../vim/lsp/rpc.lua:734 "rpc" "nil" "stderr" "thread 'main' panicked at 'no entry found for key', crates/ide/src/base.rs:126:10 stack backtrace: 0: rust_begin_unwind 1: core::panicking::panic_fmt 2: core::panicking::panic_display 3: core::panicking::panic_str 4: core::option::expect_failed 5: ide::base::FileSet::path_for_file 6: nil::server::Server::apply_vfs_change 7: nil::server::Server::run 8: nil::main_loop 9: nil::main note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace."
Sidenote: Love your work on nil, it's getting more amazing with every update :)
The text was updated successfully, but these errors were encountered:
Does b5797b4 fix for you?
Sorry, something went wrong.
Dealing with the same issue - can confirm the following overlay set to b5797b4 fixes the problem for me:
nil = super.nil.overrideAttrs(old: { src = super.fetchFromGitHub { owner = "oxalica"; repo = "nil"; rev = "b5797b481ae87de5d4d99791e08400b9ac5a43a5"; sha256 = "sha256-5ABNUoXmlGjwkqGJ3YhUeQarcu0qwH7Al2tiuR/Pzoc="; }; });
Can we get a new release for this?
No branches or pull requests
After updating to nil version 2023-03-01 I'm experiencing this crash every time I save a file to disk.
If I can provide any further information regarding this crash I'm happy to do that.
neovim config: https://github.com/xanderio/dotfiles/blob/main/home/develop/neovim/nvim/init.lua#L131-L144
Cleanup nvim lsp.log entry
Sidenote: Love your work on nil, it's getting more amazing with every update :)
The text was updated successfully, but these errors were encountered: