Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Print all matches instead of erring#84

Open
sanxiyn wants to merge 1 commit intosfackler:masterfrom
sanxiyn:print-all
Open

Print all matches instead of erring#84
sanxiyn wants to merge 1 commit intosfackler:masterfrom
sanxiyn:print-all

Conversation

@sanxiyn
Copy link
Copy Markdown

@sanxiyn sanxiyn commented Dec 3, 2019

This implements a wishlist item from #77, cc @najamelan.

Before:

error: There are multiple `regex` packages in your project, and the specification `regex` is ambiguous.
Please re-run this command with `-p <spec>` where `<spec>` is one of the following:
  regex:0.2.2
  regex:1.0.2

After:

regex v0.2.2
├── env_logger v0.5.6
│   └── pretty_env_logger v0.2.2
│       └── linky v0.1.6 (/home/sanxiyn/github/linky)
└── linky v0.1.6 (/home/sanxiyn/github/linky) (*)

regex v1.0.2
└── publicsuffix v1.5.2
    └── cookie_store v0.7.0
        └── reqwest v0.9.17
            └── linky v0.1.6 (/home/sanxiyn/github/linky)

@sanxiyn
Copy link
Copy Markdown
Author

sanxiyn commented Dec 18, 2019

Ping?

@sanxiyn
Copy link
Copy Markdown
Author

sanxiyn commented Jan 3, 2020

I re-implemented this on top of cargo-metadata rewrite on master branch.

Please review! Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant