I'm checking out 2.13.0a0 and getting some fun rul...
# development
f
I'm checking out 2.13.0a0 and getting some fun rule graph errors on first run. Probably related to my plugins. It looks like this is related to my use of
WrappedTargets
but I'm not a rule graph error expert. There's no plugin upgrade guide for this version yet, so I'm asking here for a little guidance in interpreting this.
1
b
Might need to switch to
WrappedTargetRequest
?
✔️ 2
c
Iff that doesn’t help, you can run with
./pants -ltrace
and you’ll get a dot graph output that you can render that will help illustrate the root issue.
🙏🏻 1
f
that was it
I saw somewhere that there's autogenerated API docs for the rule graphs now? that could also be useful
c
Not yet graphs, but all rules and types. Simply
./pants help <name>
;)
And help advanced for rule deps etc.
f
awesome
h
I'm hoping to update the Plugin Upgrade guide this week for 2.13
b
FYI @hundreds-father-404 if you want I can be on the hook to upgrade it relative to
run
and
test
goals (you have to add a new rule for the debug adapter types if you have a union for the Run/Test FieldSets). The error is super non-helpful
👍 1