-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Why is parseint(Int,x) not called parse(Int, x) #10531
Comments
Making this more generic is definitely a good direction. One issue is that |
Ah yeah, and that is also relatively annoying. I just got "bitten" by that earlier. |
I believe tanmay has a PR open to do this. |
Some number literals. |
See #9487. |
Now #10543 |
Sounds pretty redundant and inconsistent to me.
I don't know why it would be a problem to overload it with parse.
If it is parse(Expr, x), things will be even more clear and consistent.
Best,
Simon
The text was updated successfully, but these errors were encountered: