fast-nail-55400
03/09/2022, 10:32 PMClasspathEntry
down to just those generated from a jvm_artifact
?ancient-vegetable-10556
03/09/2022, 11:03 PMprovenance
field to ClasspathEntry
to facilitate that thoughClasspathEntry
can mark what produced ittype[ClasspathEntryRequest]
)fast-nail-55400
03/09/2022, 11:04 PMClasspathEntryRequest
to find this data is the right way to do itwitty-crayon-22786
03/09/2022, 11:13 PMjvm_artifacts
, and then request entries for themfast-nail-55400
03/10/2022, 12:22 AMCoarsenedTarget
by using TransitiveTargetsRequest
on the members of the CoarsenedTarget
— then convert them back to CoarsenedTarget
in order to use ClasspathEntryRequest.for_targets
— the back and forth seems pointless for want of a better APIClasspathEntryRequest
and filter out the ones not needed. may even be a way to implement classpath scopes eventually.jvm_artifact
and not the dependency edge)witty-crayon-22786
03/10/2022, 12:39 AMfast-nail-55400
03/10/2022, 12:41 AMfor_classpath_entry_request_types=
attribute like what codegen has with for_sources_types