ambitious-actor-36781
04/14/2022, 3:46 AM:target portion of the spec.
I've had to go and do target.address.spec.replace(':', '.') in my plugins.
so close.
yet so far.hundreds-father-404
04/14/2022, 4:27 AMambitious-actor-36781
04/14/2022, 8:40 AM&{A_THING} gets referenced in a lookup table of A_THING: THE_ACTUAL_THING
So I'm wrapping this with Pants, and making it so that A_THING is the address spec e.g. path/to:a_thing
Then hopefully, in the future, doing inference so I don't even need to add path/to:a_thing in the targets dependencies.
Except in one case, where it doesn't detect the :a_thing. So I have to transform everything to path/to.a_thing and it looks stupid and is dumb.ambitious-actor-36781
04/14/2022, 8:41 AMhundreds-father-404
04/14/2022, 3:33 PM