- Ya
- 12 Agosti 2026, 16:53 UTC
- Mwandishi
- kamo
- Ahadi ya
- e941fb5
The precision test used a 15-digit memberId, which round-trips through Number() losslessly and never proved the join key stays a string. Switch to an id past Number.MAX_SAFE_INTEGER and add a case with two distinct ids that collapse to the same double under Number() coercion, so a numeric join key now fails the test by merging two members instead of just printing a rounded id. Also cover attendanceState's untested branches (SUBMITTED -> 'open', default -> 'clear') and formatBytes's MB/GB boundary and non-finite guard.