I opened a PR to enhance Java dependency inference...
# development
d
I opened a PR to enhance Java dependency inference functionality here. It's my first PR, so let me know if I'm missing anything.
🙏 1
h
Thanks! Will try and look tonight.
d
Thanks! I ran
pants test
on the test file I changed. I can run it on a larger set locally too, but I wasn't sure if that would happen automatically if I open a PR EDIT: I ran
/pants test src/python/pants/backend/java/::
and those tests are all passing
Update: I started testing this with my real-world project again and something isn't quite right. I'm not able to reproduce that bug with my real project at the moment, so I moved the PR into a draft status. I'll ping again when it's ready for review
h
Sounds good! Thanks
d
Okay, it's ready for review. I was able to narrow down the two exact issues I was seeing in our real-world project and fix them.
👍 1