Skip to content

Add BigNumber::parse() / parseNullable() - #116

Open
BenMorel wants to merge 10 commits into
mainfrom
ofUntrusted
Open

Add BigNumber::parse() / parseNullable()#116
BenMorel wants to merge 10 commits into
mainfrom
ofUntrusted

Conversation

@BenMorel

@BenMorel BenMorel commented Aug 9, 2026

Copy link
Copy Markdown
Member

Fixes #115.

@codecov

codecov Bot commented Aug 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.08%. Comparing base (a89bc96) to head (39057fd).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #116      +/-   ##
============================================
+ Coverage     99.05%   99.08%   +0.03%     
- Complexity      779      818      +39     
============================================
  Files            21       21              
  Lines          1901     1967      +66     
============================================
+ Hits           1883     1949      +66     
  Misses           18       18              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BenMorel BenMorel changed the title Add BigNumber::of(Nullable)Untrusted() Add BigNumber::parse() / parseNullable() Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add bounded parsing support for large exponent inputs

2 participants