Search Criteria
Package Details: racerd-git r135.29cd4c6-2
Git Clone URL: | https://aur.archlinux.org/racerd-git.git (read-only, click to copy) |
---|---|
Package Base: | racerd-git |
Description: | Rust semantic analysis server powered by Racer |
Upstream URL: | https://github.com/jwilm/racerd |
Licenses: | |
Submitter: | novenary |
Maintainer: | None |
Last Packager: | novenary |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-06 14:34 |
Last Updated: | 2018-05-27 15:54 |
Dependencies (3)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- git (git-git) (make)
Required by (1)
- neovim-youcompleteme-core-git (optional)
Latest Comments
novenary commented on 2019-10-31 15:20
Thanks for the patch. I would recommend using rls instead of this package as racerd is hardly maintained. That said, this PKGBUILD is already orphaned because I don't use it anymore. If you decide to adopt and update it, you should probably try to make it use the master branch of racer rather than a pinned version as well.
Ferdi265 commented on 2019-10-29 11:55
Building this package fails when the global default toolchain for rustup is stable, also the Cargo.lock is out of date.
Here is a diff that fixes these issues: https://gist.github.com/Ferdi265/5b0e67ff3fb80d5d6b488cb5cf473964#file-pkgbuild-diff
a) added RUSTUP_TOOLCHAIN=nightly
b) added --locked to cargo parameters (as recommended in the AUR guidelines)
c) updated Cargo.lock and its hash