Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

buck targets --json :target doesn't list implicit dependencies #281

Closed
davido opened this issue Apr 11, 2015 · 2 comments
Closed

buck targets --json :target doesn't list implicit dependencies #281

davido opened this issue Apr 11, 2015 · 2 comments

Comments

@davido
Copy link
Contributor

davido commented Apr 11, 2015

d632c70 implemented #128 enhancement, so that the dependency to $(exe :foo) and $(location :bar) is made implicitly. However,

  buck targets --json :target

doesn't list implicit dependencies in rule's deps list.

@Coneko
Copy link

Coneko commented Apr 11, 2015

That's because the value of deps in that case is the value of deps specified in the target, not necessarily its dependencies.

buck audit dependencies --json should include all dependencies.

@davido
Copy link
Contributor Author

davido commented Apr 12, 2015

Indeed, thanks.

@davido davido closed this as completed Apr 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants