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

Proposal to implement make tree command for show dependencies of dependencies #1007

Open
vkatsuba opened this issue Oct 1, 2024 · 1 comment

Comments

@vkatsuba
Copy link

vkatsuba commented Oct 1, 2024

Hi! Maybe this or similar command already implemented somewhere, but I cannot find any info as in open net as in Erlang.mk. It would be nice to have command like make tree or similar to see which dependencies are used with what versions and which dependencies are used in dependencies of project. If this not possible to implement or hard or no make a lot of sense for Erlang.mk projects, please just close this ticket.

@essen
Copy link
Member

essen commented Oct 1, 2024

We don't have a tree yet but we do have make list-deps doing something similar.

It shouldn't be too difficult to implement by taking list-deps as a basis, except that instead of writing the path to the dep to the temporary file, we would write directly the tree to the file, or information to produce a tree (or a graph or other), and then we would output that formatted.

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