GNU bug report logs -
#44492
[PATCH] Add fractal.
Previous Next
Full log
View this message in rfc822 format
Hello,
Leo Prikler <leo.prikler <at> student.tugraz.at> writes:
> * gnu/packages/crates-io.scm (rust-ruma-identifiers-validation-0.1): New
> variable.
Thank you! I have a few general comments about the patch set.
Nitpicks: some synopses end with a full stop, and most descriptions are
not full sentences.
If you introduce a new version of an existing package, the old package
should inherit from the new one.
More generally, I still think intermediate packages should use
#:skip-build #t. Building them brings very little information, if any:
- A crate failing to build, for various reasons, is still correct as an
input to another crate
- Even if all intermediate crates have "#:skip-build #t", building the
top-level crate locates accurately any missing Cargo input in the
dependency graph.
Not using #:skip-build, OTOH, costs a lot of resources and time for the
CI, for users and developers.
Of course, this last remark is not specific to your patch set. I wish we
can converge towards common Rust packaging guidelines.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.