`pants peek` bug for `--include-additional-info`? ...
# development
c
pants peek
bug for
--include-additional-info
? 🧵
Is this a known issue, or something with my setup perhaps? Nothing critical, just figured I'd bring it up, in case it's a bug...
Copy code
❯ pants peek --include-additional-info [target...]
11:06:09.99 [ERROR] 1 Exception encountered:

Engine traceback:
  in `peek` goal

IndexError: 'HasAdditionalTargetDataFieldSet' is not registered as a union.
f
Yeah this is a bug I think here github.com/pantsbuild/pants/blob/…/peek.py#… I think it needs to do
union_membership.get(HasAdditionalTargetDataFieldSet)
right?
If there's no backend registering it
Ran into this too 😅
c
Huh, ok. yea, interesting. I'll leave it for someone to look into then 😉