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

Improve .github/ISSUE_TEMPLATE.md #679

Closed
kpp opened this issue Sep 30, 2018 · 1 comment
Closed

Improve .github/ISSUE_TEMPLATE.md #679

kpp opened this issue Sep 30, 2018 · 1 comment

Comments

@kpp
Copy link
Contributor

kpp commented Sep 30, 2018

#567 (comment)

Description

We may improve it by changing or adding these lines to .github/ISSUE_TEMPLATE.md:

$ cargo tree -i -p tokio - show the version of tokio crate only
$ cargo tree -p tokio - show all tokio crates (the subcrates may be useful for debugging too)
@tobz
Copy link
Member

tobz commented Nov 29, 2018

I tried both of these commands out, and they give less useful output than the current suggested command. Since they pin to tokio as the root crate, it ignores other tokio crates that are imported discretely.

I'm going to close this because I think the current solution is the most optimal for the time being. If cargo tree had a mode that did grep for you, but also showed dependency tree, that would be most optimal.

@tobz tobz closed this as completed Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants