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

Can show the dependencies version? #22

Open
ChenHaoHu opened this issue Jul 22, 2021 · 2 comments
Open

Can show the dependencies version? #22

ChenHaoHu opened this issue Jul 22, 2021 · 2 comments

Comments

@ChenHaoHu
Copy link

this repo is very good! thanks!

And , can show the dependencies version?

@ec1oud
Copy link

ec1oud commented May 29, 2022

Yes it would be very nice to see the dependency versions; ATM I'm trying to understand why a dependency (or one of its dependencies, etc.) depends on an out-of-date version of something else, the new version has removed API that it depends on, and I'm getting an undefined error in spite of the fact that it wants to explicitly keep using the old version that should still have the API. So I'm guessing the same dependency gets brought in at least two ways with conflicting versions, perhaps? If that is even possible, this tool could perhaps show it. Maybe even highlight version conflicts with ANSI color codes, and/or highlight out-of-date version numbers.

@jammutkarsh
Copy link

jammutkarsh commented Jun 19, 2023

Hey @ChenHaoHu,

I have implemented this feature of show dependency. Checkout my fork at JammUtkarsh/depth. It's currently in the no-internal-tree branch.

So in that branch you will get two addational features.

  1. Option to hide stdlib using -std flag
  2. Option to show version using -v flag.

I would love you know the thoughts of community on this implementation.

Update: It's been merged to my master

cc: @KyleBanks

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

3 participants