proud-dentist-22844
05/25/2023, 12:48 AMCoarsenedTarget
? Is it a target dependency graph where the dependencies and transitive dependencies are not flattened?
I see it is only used in the jdk-related backends - but I'm having troubles groking the docstrings:
CoarsenedTarget:
A set of Targets which cyclicly reach one another, and are thus indivisible.
CoarsenedTargets:
The CoarsenedTarget roots of a transitive graph walk for some addresses.
Ultimately I'm looking for a way to get dependencies of a packagable target, but if it has a dep (transitive or direct) on another target of the same type (another packagable target), do not traverse the other packagable target's dependencies as well.happy-kitchen-89482
05/25/2023, 1:22 AMhappy-kitchen-89482
05/25/2023, 1:23 AMproud-dentist-22844
05/25/2023, 1:30 AMproud-dentist-22844
05/25/2023, 1:31 AM