fix(installer): update watcher and remove archive hashing - #554
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0.19.0to0.23.2.Why
Neovim versions before 0.12 convert binary Lua strings containing NUL bytes to Blobs, while
vim.fn.sha256()in those versions only accepts Strings. This caused automatic watcher installation to fail withE976on supported Neovim versions such as 0.11.7.The installer continues to use the fixed GitHub Release URL and retains its existing download, extraction, cleanup, and polling fallback behavior. Release-time checksum generation remains unchanged.
Closes #553
Testing
tests/core/watcher_install_spec.lua: 2/2 on Neovim 0.13-dev.tests/core/watcher_install_spec.lua: 2/2 on Neovim 0.11.7.tests/core/watcher_protocol_spec.lua: 6/6.codediff-watcherv0.23.2 successfully.stylua --checkandgit diff --checkpassed.ffi_integration_spec.luafound a locally built native library reporting version3.1.1whileVERSIONis4.0.1.