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

Recursively Trace Dependencies #7

Open
lzilioli opened this issue Nov 26, 2013 · 4 comments
Open

Recursively Trace Dependencies #7

lzilioli opened this issue Nov 26, 2013 · 4 comments

Comments

@lzilioli
Copy link

dependo is great to see what files a given file depends on, but it doesn't go any levels deeper to show what files those files depend on, and so on.

@auchenberg
Copy link
Owner

Thanks for the report. It would be helpful to if you could provide a sample project where Dependo fails to resolve the nested dependencies?

@lzilioli
Copy link
Author

lzilioli commented Dec 2, 2013

Unfortunately, I can't provide the code for the project that I had that recreated it. I haven't had a chance to recreate in a smaller project, but I believe it has something to do with subfolders. For example, running the plugin on scripts/dirA, which includes modules that require modules from the parent directory, scripts/.

@patons02
Copy link

patons02 commented Mar 4, 2014

I had this problem today when trying to recursively generate a dependency graph for my application.
From the command line, when in the src folder I used the command
dependo --format amd <img_path> .
And this fixed the issue.

@techsin
Copy link

techsin commented Feb 21, 2020

it doesn't work for me i'm only getting 1 to 2 level of depth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants