pull down to refresh

I was surprised how you identify me, and the labels of my contributions are confusing:

E.g., I opened the following PR in 2024 and it got merged in 2025, but neither of those two bars lists any Tests.

I’m also not sure how you compiled that list of Maintainers. Some of the dates seem incorrect to me (e.g. Pieter stepped back in 2022), Luke and Cory never were Bitcoin Core maintainers, and some other people are missing. Perhaps check out this: https://bitcoin.stackexchange.com/q/176/5406

Issue: 2024 Tests Not Showing

Root cause: My categorisation logic had a priority flaw. I defined:

Wallet category rule: src/wallet/
Tests/QA category rule: src/test/, test/, or src/bench/

Conflict: Files in src/wallet/test/ matched both patterns. The wallet rule took precedence, so test files were incorrectly categorized as wallet code rather than tests/QA.

Fix: Adjusting logic to catch component-level test directories (e.g., src/[component]/test/) before falling back to component categorisation.

On Maintainer Tracking

Fixed the 'relay race' chart using:

Static file source: Your Stack Exchange maintainer list
Merge commits to identify maintainer activity
Verification: Cross-checking against the trusted-keys file to confirm maintainer identities

Thanks for pointing out the discrepancy. I'd appreciate it if you could flag any other data points that don't look right and need fixing

reply

You’re welcome. I’ll let you know if I notice anything else.

reply

this part is fixed.

I'll refine the impact profile to make it more explanatory, in case it's confusing

reply

Sweet thanks. I hadn’t looked at the Impact Profile yet, so have no comment on that yet.

Still surprised that it lists me as AlSzacrel.

reply