powerful-city-61287
04/22/2024, 2:06 PMhelloworld/greet:greet or the abbreviated form helloworld/greet.
Is the implication that any abc/t:t can be abbreviated to abc/t? If so, then I'm running into an issue where that doesn't seem to be working the way I would expect:
> pants run experiments/e2024_04_19
TooManyTargetsException: The `run` goal only works with one valid target, but was given multiple valid targets:
* experiments/e2024_04_19/questions.py:sources
* experiments/e2024_04_19/schemas.py:sources
* experiments/e2024_04_19:e2024_04_19
I would have expected the final target to run. What am I missing?gorgeous-winter-99296
04/22/2024, 2:31 PMabc/t:t_qualcomm which isn't t:t?powerful-city-61287
04/22/2024, 3:31 PMbroad-processor-92400
04/22/2024, 5:23 PMabc/t is now equivalent to abc/t: (= all targets within t).
Would you like to submit a pull request that removes the now-incorrect βor abbreviated form β¦β phrase? Thanks!powerful-city-61287
04/22/2024, 6:07 PM