Search Criteria
Package Details: helix-git 25.01.1.r391.g17fb12bcf-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/helix-git.git (read-only, click to copy) |
---|---|
Package Base: | helix-git |
Description: | A text editor written in rust |
Upstream URL: | https://helix-editor.com |
Keywords: | editor |
Licenses: | MPL-2.0 |
Conflicts: | helix |
Provides: | hx |
Submitter: | Wojciechkepka |
Maintainer: | Robin_Jadoul |
Last Packager: | Robin_Jadoul |
Votes: | 13 |
Popularity: | 0.86 |
First Submitted: | 2021-06-01 19:08 (UTC) |
Last Updated: | 2025-05-31 14:52 (UTC) |
Dependencies (2)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
Robin_Jadoul commented on 2024-02-15 19:09 (UTC)
At a guess, from looking at the symbols, it would be
extra/tree-sitter
. However, none of my compiled helix binaries or ts grammars seems to link to the lib, nor do the helix docs or the rust ts lib docs mention it as a necessary dependency.AgedSweater commented on 2024-02-15 19:02 (UTC)
I'm hitting the same issue as @MuratOzsoyler, suggestion from this Helix discussion is that it's some Rust/libc dep that's failing, but I don't know how to turn that info into a fix.
MuratOzsoyler commented on 2024-02-09 12:49 (UTC)
Initial compilation fails with the following error:
MuratOzsoyler commented on 2024-01-28 12:46 (UTC)
Even though compilation starts surprisingly in the middle of the tests, this patch solved it. Thank you so much for your support and effort.
Robin_Jadoul commented on 2024-01-28 01:45 (UTC)
Seems to be a weird interaction between the "integration_test" feature flag and the regular (non-integration) tests. I just updated the tests to more match the helix CI setup (i.e. separate test + integration-test).
Somewhat annoying side effect: it needs to compile more between unit and integration tests now
MuratOzsoyler commented on 2024-01-27 16:30 (UTC)
When updating the package with
sudo aura -Akax --noconfirm helix-git
this error come up for last few attempts:There is no report relevant in upstream issues. Should I report this to upstream?
MuratOzsoyler commented on 2024-01-17 13:56 (UTC)
It is installed without problems now. Thanks for version bump. All previous warnings disappeared.
Robin_Jadoul commented on 2024-01-17 10:12 (UTC)
@MuratOzsoyler that looks like some weird problem during the git checkout. I'm not sure if that's due to some network thing, just github being flaky for a moment or something else. My best guess would be to try again and hope it got resolved, but I don't think there's much to do about it on the PKGBUILD side.
MuratOzsoyler commented on 2024-01-16 16:16 (UTC)
makepkg
ends with error:Am I doing something wrong? How can I circumvent this error?
marijns commented on 2023-11-06 10:47 (UTC)
Can we have an
r
prefix in the version number to denote the number of commits difference since the listed tag fromgit describe --tags
? This is what thes/\([^-]*-g\)/r\1/
portion is for on https://wiki.archlinux.org/title/VCS_package_guidelines#Git:Thanks!
« First ‹ Previous 1 2 3 4 5 Next › Last »