Skip to content

More arithmetic operations (and tests) for PrefixSize #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 11, 2025

test(prefix): Add unit tests for PrefixSize arithmetic operations

4ac08d7
Select commit
Loading
Failed to load commit list.
Merged

More arithmetic operations (and tests) for PrefixSize #687

test(prefix): Add unit tests for PrefixSize arithmetic operations
4ac08d7
Select commit
Loading
Failed to load commit list.
DCO-2 / DCO succeeded Jul 10, 2025 in 0s

Check passed!

All commits are signed off, the check passed.

Summary


Sha Message Pass or fail reason
🟢 0c00ce8 fix(prefix): Fix Add implementation for PrefixSize... Valid sign-off found
🟢 bebed02 feat(prefix): Implement AddAssign, Add variants fo... Valid sign-off found
🟢 efde899 feat(prefix): Implement SubAssign trait for Prefix... Valid sign-off found
🟢 46391f0 feat(prefix): Implement Mul and MulAssign traits f... Valid sign-off found
🟢 53ffcb4 feat(prefix): Implement Div and DivAssign traits f... Valid sign-off found
🟢 4ac08d7 test(prefix): Add unit tests for PrefixSize arithm... Valid sign-off found