Search Criteria
Package Details: helix-git 24.07.r114.g518425e05-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: | 10 |
Popularity: | 0.41 |
First Submitted: | 2021-06-01 19:08 (UTC) |
Last Updated: | 2024-08-23 13:53 (UTC) |
Dependencies (2)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 4 5 Next › Last »
warmwaffles commented on 2025-03-23 19:53 (UTC)
@illegitimate-egg I have disabled the checks. I trust upstream's CI suite to shake out the bugs.
illegitimate-egg commented on 2025-03-22 20:28 (UTC)
Does this really need to run integration tests? They take more time than building helix itself for me, especially because it builds twice. Surely they should just be run by maintainers or CI pathways?
SalmanFarooq commented on 2024-09-04 21:12 (UTC) (edited on 2024-09-04 22:02 (UTC) by SalmanFarooq)
A manual
makepkg -si
installed fine just now but still fails withyay --devel
. I have no idea what changed. @keilmillerjr Can you also try again?SalmanFarooq commented on 2024-08-27 01:45 (UTC)
This ran fine on a clean working tree latest pull of the master branch of helix as of right now:
One notable thing is this line in the output:
Are there any troubleshooting hints anyone can give? Thank you.
keilmillerjr commented on 2024-08-25 14:42 (UTC) (edited on 2024-08-25 14:53 (UTC) by keilmillerjr)
I share the same issue as @SalmanFarooq.
Robin_Jadoul commented on 2024-08-23 14:08 (UTC)
@SalmanFarooq, it builds fine for me, both before and after that change. The weird thing is that it seems to be treating something as a doctest that shouldn't be at all, because it's marked
${language}
. Doesn't fundamentally seem like a stable vs nightly issue to me, but falling back on the upstream rust-toolchain.toml seemed like a good idea regardless.SalmanFarooq commented on 2024-08-23 14:05 (UTC)
It is still failing with the same error even after the update you pushed just now.
SalmanFarooq commented on 2024-08-23 01:26 (UTC)
The build has been failing for me since some time. I have been able to get it to work with:
More info:
Error is a test compilation fails:
1 2 3 4 5 Next › Last »