EE
Total Points
17
All time
Total Activities
10
All time
Activity Types
5
Different types
Activity Overview
10 contributions in the last year
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Mon
Wed
Fri
Less
More
Achievements
1 badge earnedActivity Milestone
Awarded for reaching activity count milestones
1 / 4 tiers earned
bronze
10+ activities
silver
50+ activities
gold
100+ activities
platinum
500+ activities
Activity Breakdown
9 total activities · 17 total points
PR Reviewed
5 (55.6%)·8 pts
PR Merged
1 (11.1%)·5 pts
Commit Created
1 (11.1%)·2 pts
PR Opened
2 (22.2%)·2 pts
9
Total Activities
17
Total Points
4
Activity Types
1.9
Avg Points/Activity
Activity Timeline
9 of 10 activities· 1 of 2 months
August 20269 activities
PR Merged+5
fix(rounding): make get_rounding_class cache actually serve hits
Commit Created+2
fix(rounding): make get_rounding_class cache actually serve hits (#3734)
The cache-hit guard required method is None, but cache entries are keyed by
the non-None method string, so the branch was unreachable: ROUNDING_CLASS was
populated but never read, and every care_round call re-ran import_module +
getattr. Drop the 'and method is None' so a cached class is returned.
PR Opened+1
fix(rounding): make get_rounding_class cache actually serve hits
PR Reviewed+2
[ENG-401] fix: token queue should respect sub queues while calling serve next
Commented