Hi! As discussed with Benjy a little while ago, I ...
# development
r
Hi! As discussed with Benjy a little while ago, I have a PR coming to replace this one: https://github.com/pantsbuild/pants/pull/19441 This was harder than I thought. I banged my head against the Pants filesystem abstraction (
Digest
), but I think I managed to work around it. I notice that there's no related issue/enhancement to the current PR. Do you want me to create one?
The CI checks passed, only theses 2 failed: • Ensure PR has release notes • Test Python (macOS13-x86_64) For the first one, should I write a release note for 2.25.x? In other words, is it too late to cut this new feature into 2.25.x train?
c
2.25.x == main at the moment, that is still the right place for notes.
r
Release note added and report files section in docs updated. Thx!