-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate Binary Integer parsing logic (#84582)
* Deduplicate TryNumberToInt* * Deduplicate TryParseInt*IntegerStyle parsing methods * Deduplicate TryParseInt*HexNumberStyle * Deduplicate TryParseInt*Number * Deduplicate TryParseInt* * Deduplicate ParseInt* * Deduplicate some more binary integer parsing logic * Ensure the right overflow message is used for binary integer parsing * Ensure HasTrailingCharsZero handling is in the right spot * Resolving PR feedback * Revert using the public throw helpers
- Loading branch information
1 parent
add51b8
commit 07834fd
Showing
16 changed files
with
696 additions
and
2,369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.