I was able to get named_caches in golang working and passing the tests: https://github.com/pantsbuild/pants/pull/20552 I have some numbers in the PR, but generally it's been a great improvement in memory use when building and checking go code.
Since this will be my first contribution, I'm not sure what happens next, but I'll follow here and on the PR for suggestions and further checks.
RE my question back in January - https://pantsbuild.slack.com/archives/C0D7TNJHL/p1706232003193059
🎉 5
b
broad-processor-92400
02/15/2024, 9:41 PM
I’ve triggered CI so you can get some feedback from the full test suite, but someone with more go knowledge will be best to review. Nice work, good results!
👍 1
v
victorious-wire-62055
02/15/2024, 10:53 PM
thanks, and I've pushed fixes for the two issues the tests caught, and rebased. 🤞