Skip to content
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

Tracking Issue for merging cargo-information/cargo info to Cargo #14081

Closed
2 tasks
Rustin170506 opened this issue Jun 16, 2024 · 2 comments · Fixed by #14141
Closed
2 tasks

Tracking Issue for merging cargo-information/cargo info to Cargo #14081

Rustin170506 opened this issue Jun 16, 2024 · 2 comments · Fixed by #14141
Assignees
Labels
A-new-subcommand Area: new subcommand C-tracking-issue Category: A tracking issue for something unstable.

Comments

@Rustin170506
Copy link
Member

Rustin170506 commented Jun 16, 2024

Summary

Rust Internals: https://internals.rust-lang.org/t/feedback-on-cargo-info-to-prepare-it-for-merging/20369
Original issue: #948
Implementation: TBD
Documentation: TBD

We developed 'cargo-information' as a solution for #948

Features:

  • Works with all registries that are compatible with Cargo
  • Fetches and displays basic package information (name, version, owners, etc.)
  • Shows package dependencies and their versions
  • Provides information about package features

And in the last six months, we have released 8 versions and had 3,428 downloads. At the same time, we have covered almost all the features it needs. So I think it is a good time to merge it back into Cargo and prove it to all Cargo users.

Unresolved Issues

Future Extensions

No response

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

@Rustin170506 Rustin170506 added the C-tracking-issue Category: A tracking issue for something unstable. label Jun 16, 2024
@Rustin170506 Rustin170506 changed the title Tracking Issue for merging cargo information to Cargo Tracking Issue for merging cargo-information/cargo info to Cargo Jun 16, 2024
@weihanglo weihanglo added the A-new-subcommand Area: new subcommand label Jun 17, 2024
@epage
Copy link
Contributor

epage commented Jun 25, 2024

Curious, what is the role of this tracking issue. I'm assuming we can't have this feature be unstable and instead must insta-stable it like cargo add and cargo remove. At which point, we are just tracking the command being merged which the original issue can handle. Likely, the tasks listed are not blockers. This is a UX heavy command and we have a lot of flexibility of adding / removing functionality.

@weihanglo
Copy link
Member

As a hub connecting to other issues? That said, we can create a label Command-info for this purpose.

@bors bors closed this as completed in f3fee6d Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-new-subcommand Area: new subcommand C-tracking-issue Category: A tracking issue for something unstable.
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

3 participants