I feel like I remember someone posting a way to he...
# development
b
I feel like I remember someone posting a way to help debug graph errors I'm encountering them from a refactor: https://github.com/pantsbuild/pants/pull/14965#issuecomment-1084438930
Encountered 730 rule graph errors:
c
There's a logger decorator you can import from the rule_runner test util..
👀 1
Using that, and setting loglevel debug gives you good graph error info
w
i was just thinking about picking this up last night… and then i played Metroid instead, heh.
👽 4
improving rule graph errors is definitely something that we’d like to do before calling the plugin API stable: i have a branch for https://github.com/pantsbuild/pants/issues/11269 that i’ve made a few pushes on, and am very optimistic about. but pushing it across the finish line has taken second fiddle to performance work and language support
taking a look at the PR
b
I commented on PR, it was the JVMProvess change. Very odd