Skip to content

Prohibit parsing of non-ASCII digits #413

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 3 commits into from
Jul 24, 2024
Merged

Conversation

dkhalanskyjb
Copy link
Collaborator

Fixes #405

Now that we have our own parsers for ASCII integers, we can
implement them to work on substrings directly.
@dkhalanskyjb dkhalanskyjb added this to the 0.6.1 milestone Jul 22, 2024
@dkhalanskyjb dkhalanskyjb requested a review from ilya-g July 22, 2024 13:53
@dkhalanskyjb dkhalanskyjb merged commit da6f678 into master Jul 24, 2024
1 check passed
@dkhalanskyjb dkhalanskyjb deleted the parse-only-ascii-digits branch July 24, 2024 09:48
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.

The parsing API accepts non-ASCII digits
2 participants