-
Notifications
You must be signed in to change notification settings - Fork 152
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
Reject decimal input #91
Conversation
Does it affect benchmarks? |
Seems like my comments didn't get posted here back in December. Unfortunately it does affect benchmarks so I was thinking about others ways to do it. Perhaps the best would be having two input functions: a safe (for "user input") and an unsafe one (for speed, e.g. the current implementation). Any ideas about an API for the above? |
I'm not sure about it myself. Perhaps, |
Preemptively added |
Why not land this PR in |
Landed test in 9173bc2, the issue was fixed in different commit. Thank you! |
As discussed in #90