-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
vale-ls: init at 0.3.7-unstable-2024-03-13 #304375
Conversation
Will find time to review this later today, but at first glance, it looks like all my feedback has been addressed! |
a854fc4
to
54dfd83
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with helix
on aarch64-linux
, appears to work for me! Thanks for picking this up!
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1600 |
@ofborg build vale-ls |
Getting the same result here, I wonder if something got yanked & updated from crates.io? Or does the nix package version change also affect |
Maybe some upstream did something very unscrupulous like moving a tag.
That's unlikely to happen, don't worry |
(Rebased on latest master) Okay this is interesting. When I build from my local copy I get the cargoHash specified in the derivation, but when I do |
The tests don't recognize that platform Co-authored-by: Olivia Crain <[email protected]>
Nvm looks like the hash change was indeed caused by addressing the review comments (which I'd forgot to pull into my local branch). Now they match up as expected. |
Co-authored-by: Olivia Crain <[email protected]> Co-authored-by: Gabriel Arazas <[email protected]>
Description of changes
Supersedes #288450 which seems to have stalled. This addresses most of the comment left in the old PR by @oliviacrain . I didn't find any decent way to pass the
installVale
init parameter -- it seems that has to be sent by the LSP client as part of the handshake process? Either way, although the documentation says it's enabled by default, the actual code seems to never initialize the field, meaning it isNone
which is treated as disabled?Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.