I recently reported <a bug> about tailor generatin...
# development
f
I recently reported a bug about tailor generating duplicate targets when
alias_mapping
is defined. I took a swing at fixing this myself, but the code in
pants/core/goals/tailor.py
was ... pretty abstract. I'm thinking the issue is that the putative targets are calculated before the alias mapping is defined. Is this generally the right place to be looking here?