-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
refactor(string)!: swap allowLeadingZeros
default to true
#1602
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1602 +/- ##
=======================================
Coverage 99.62% 99.62%
=======================================
Files 2222 2222
Lines 240430 240434 +4
Branches 1064 1064
=======================================
+ Hits 239528 239532 +4
Misses 881 881
Partials 21 21
|
Co-authored-by: Shinigami <[email protected]>
Could you include a change to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add a link from string.numeric -> number.int (and vice versa)?
Co-authored-by: ST-DDT <[email protected]>
What do you mean by link? A jsdoc @link tag? |
I'm referring to |
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: ST-DDT <[email protected]>
Co-authored-by: Matt Mayer <[email protected]>
@import-brain Looking at the now failing PRs, it looks like we missed some tests. |
closes #1592