-
-
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
helix: 22.12 -> 23.03 #224062
helix: 22.12 -> 23.03 #224062
Conversation
@ilian (also @cigrainger) I see that you've requested this in #224054, could you please test this PR and verify that it's working correctly? (You can use |
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.
Thanks for creating a PR.
The build is failing with ERROR: The Cargo.lock contains git dependencies
.
You can find more info on the CI log of ofborg here.
Yep, same here. |
See helix-editor/helix#6218, we pinned our dependency on tree-sitter to master. Ignoring the git patch and using the latest published version on crates.io should be fine though, it shouldn't cause any compilation errors (just some slightly slower runtime behavior) |
I've added the hash of the tree-sitter master branch to the See my derivation for helix here: https://github.com/james-atkins/dotfiles/blob/3b4eb9a3851894e7023cede799170762ff9bf1f9/pkgs/helix/default.nix#L15 |
@isti115, do you intend to update this as described above, or should someone else pick up the mantle? |
@charles-dyfis-net Thanks for the ping, I have somehow missed the latest comment. |
As amended, I'm now able to build and run this successfully on aarch64-darwin. One thing that's a little odd is that running |
@GrahamcOfBorg eval |
somehow ci is still failing, trying to restart it. |
We should probably use Cargo.lock as in #224397, as mentioned here https://nixos.org/manual/nixpkgs/unstable/#compiling-rust-applications-with-cargo. We could either use the mentioned PR I made yesterday or add the changes here. |
Oh right this one is not going to work because of IFD, your PR js probably best then |
I've merged the other one as we went through the same process there (in the interest of speed of release and for additional testing) |
Description of changes
https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2303-2023-03-31
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)