-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/* not shipped in crate, resulting in unused [dev-dependencies] #578
Comments
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Nov 6, 2019
Though currently, these tests are nothing more than an almost no-op of "it compiles", as the entire test suite is stripped by upstream during shipping, and subsequently, a whole bunch of unused dev-dependencies are patched out to keep things simple. Bug: serde-rs/json#578 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Nov 19, 2019
Though currently, these tests are nothing more than an almost no-op of "it compiles", as the entire test suite is stripped by upstream during shipping, and subsequently, a whole bunch of unused dev-dependencies are patched out to keep things simple. Bug: serde-rs/json#578 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
kentfredric
added a commit
to kentfredric/rust-dev-overlay
that referenced
this issue
Jan 6, 2020
Though currently, these tests are nothing more than an almost no-op of "it compiles", as the entire test suite is stripped by upstream during shipping, and subsequently, a whole bunch of unused dev-dependencies are patched out to keep things simple. Bug: serde-rs/json#578 Package-Manager: Portage-2.3.75, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
ronaldslc
pushed a commit
to ronaldslc/serde-json
that referenced
this issue
Dec 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This combination of choices is a waste of time for everyone who attempts to run tests on the shipped crate, and makes quality-assurance on published crates nigh impossible.
Granted, some of this exposes inadequacies in cargo, like:
But its presently a bug in the crate itself.
The text was updated successfully, but these errors were encountered: