bitter-ability-32190
07/08/2022, 6:13 PMsrc/python/pants/backend/scala/dependency_inference/rules.py
?
Specifically:
if not target.has_field(JvmResolveField):
return InjectedDependencies()
scala_plugins = await Get(
ScalaPluginTargetsForTarget, ScalaPluginsForTargetWithoutResolveRequest(target)
)
Why are we using ScalaPluginsForTargetWithoutResolveRequest
if the target does have a resolve? (as evidenced by the confition?)fast-nail-55400
07/08/2022, 6:35 PMgit
annotates that change to youancient-vegetable-10556
07/08/2022, 6:36 PMbitter-ability-32190
07/08/2022, 6:36 PMancient-vegetable-10556
07/08/2022, 6:38 PMScalaPluginsWithoutResolveForTargetRequest
, maybebitter-ability-32190
07/08/2022, 6:44 PMancient-vegetable-10556
07/08/2022, 6:44 PM