<#9016 visualize Gets as edges in the rule graph> ...
# github-notifications
c
#9016 visualize Gets as edges in the rule graph Issue created by cosmicexplorer See #7509 (comment):
> I realized that in the rule-graph display, rather than rendering the Gets on the @rule's node, we should be rendering them as edge labels! This simplifies things, because we can use "the function signature" as in the wildcard idea.
> I totally agree -- #7024 has decided to punt on that for now, only because the method used there to display Gets only has the list of Get(Subject, Product) pairs, without any explicit edges to other @rules which may end up satisfying the Get. I don't know if this exact information is already co-located with each Rule, or if we might have to add a utility method to the RuleGraph to get these labelled Get edges.
This ticket is created to track making `Get`s into labelled edges instead of trying to implement it in #7024. pantsbuild/pants