Search Criteria
Package Base Details: rust-git
Git Clone URL: | https://aur.archlinux.org/rust-git.git (read-only, click to copy) |
---|---|
Keywords: | mozilla rust |
Submitter: | mrshpot |
Maintainer: | spider-mario (ishitatsuyuki) |
Last Packager: | ishitatsuyuki |
Votes: | 26 |
Popularity: | 0.001483 |
First Submitted: | 2012-01-21 11:30 |
Last Updated: | 2018-02-11 11:49 |
Latest Comments
« First ‹ Previous ... 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
gsnedders commented on 2014-06-10 13:29
Bah, I must be blind! I had a quick look at options and managed to glaze over the "!" and got slightly confused but moved on. But yes — parallel builds appear to work now.
heinrich5991 commented on 2014-06-09 22:47
Maybe you could make a blacklist isntead of a whitelist. Also note that it currently misses all files directly in the doc directory (not the subfolders).
spider-mario commented on 2014-06-09 21:58
The goal was to avoid copying useless .aux, .log and .out files, but indeed, missing useful files is worse.
heinrich5991 commented on 2014-06-09 20:36
The docs are not properly copied, it misses the JS files at least. Why does it make a selection based on file extension?
spider-mario commented on 2014-06-03 16:41
It’s ignored because of '!makeflags' in the `options` array. I think that I added that option because parallel builds didn’t seem to work.
If they work now, I’ll happily remove it. :)
gsnedders commented on 2014-06-03 16:35
MAKEFLAGS seems to be ignored, though I can't immediately see why. Having to do non-parallel builds makes it a lot slower. :(
spider-mario commented on 2014-04-05 07:48
I think I’ll just make the package provide `rust` now. Its version format sufficiently resembles that of `rust` in [community] now that makepkg natively supports VCS packages and let them have a pkgver() function.
spider-mario commented on 2014-04-04 20:22
Actually, I think I’ll just make the package provide `rust` now. Its version format sufficiently resembles that of `rust` in [community] now that makepkg natively supports VCS packages and let them have a pkgver() function.
spider-mario commented on 2014-04-04 20:15
Actually, the out-of-date notification comes from someone else (H3g3m0n), and it’s justified since 0.10 is out, which means that the `provides` field of this package should be updated. (I’m working on it.)
Thanks for explaining the point of VCS packages to Apes, though.
thestinger commented on 2014-04-04 19:50
Also, please only use out-of-date flags when something needs to be updated to a new release. It shouldn't be used whenever there is a problem with the package.