* bug#56084: crate importer removes test dependencies for non-top-level crates
@ 2022-06-19 8:56 Maxime Devos
0 siblings, 0 replies; only message in thread
From: Maxime Devos @ 2022-06-19 8:56 UTC (permalink / raw)
To: 56084
[-- Attachment #1: Type: text/plain, Size: 542 bytes --]
Hi,
The crate importer removes #:dev-dependencies (i.e., test dependencies
and for benchmarks) for non-top-level crates, presumably because they
aren't used anyway by cargo-build-system because of the #:skip-build?.
However, antioxidant implements build results reuse, and I intend to
implement running tests as well (not yet implemented) (except for when
it would cause cycles), for which these #:dev-dependencies are actually
needed.
Proposal: don't remove the dev-dependencies in (guix import crate).
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-19 8:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-19 8:56 bug#56084: crate importer removes test dependencies for non-top-level crates Maxime Devos
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.