ambitious-student-81104
07/13/2022, 8:17 PM@resolve=...
?witty-crayon-22786
07/13/2022, 8:32 PMambitious-student-81104
07/13/2022, 8:35 PMresolve=parametrize(a, b)
and the target that depends on it also has ``resolve=parametrize(a, b)` should Pants just be able to figure out who uses what?witty-crayon-22786
07/13/2022, 8:35 PM@resolve=..
when
1. the dependency is `resolve=parametrize(..)`d
2. the dependee does not want to use their own resolve (since it will default to filling in the relevant resolve) or the dependee doesn’t have a resolveif I have an upstream dependency declared withcorrect.and the target that depends on it also has ``resolve=parametrize(a, b)` should Pants just be able to figure out who uses what?resolve=parametrize(a, b)
some/dependency.py
to some/dependency.py@resolve=myresolve
if the dependee has a resolveambitious-student-81104
07/13/2022, 8:38 PMthe dependee does not want to use their own resolve (since it will default to filling in the relevant resolve)
witty-crayon-22786
07/13/2022, 8:38 PMambitious-student-81104
07/13/2022, 8:40 PMdoesn't have a resolve
— isn’t it defaulted to the default resolve of the repo?witty-crayon-22786
07/13/2022, 8:42 PMarchive
target or a python_distribution
maybe? i don’t have a good examplepython_distribution
is a member of a resolve)ambitious-student-81104
07/13/2022, 8:49 PM