please icon indicating copy to clipboard operation
please copied to clipboard

Dependency paths on targets that generate subrepos aren't surfaced

Open peterebden opened this issue 2 years ago • 1 comments

An example is probably worth a thousand (or at least several hundred) words:

$ plz query somepath //src:please //third_party/go:_golang.org_x_term#dl
Couldn't find any dependency path between //src:please and //third_party/go:_golang.org_x_term#dl

Clearly there is a dependency here in a real sense, since Please uses x/term and that #dl target is the thing that downloads the files for it. Ideally queries should surface this relationship. (The same is true for //third_party/go:golang.org_x_term)

This is an issue for getting go_repo targets labelled correctly (see https://github.com/please-build/go-rules/pull/192)

peterebden avatar Dec 20 '23 12:12 peterebden

This issue has been automatically marked as stale because it has not had any recent activity in the past 90 days. It will be closed if no further activity occurs. If you require additional support, please reply to this message. Thank you for your contributions.

stale[bot] avatar Apr 26 '25 01:04 stale[bot]