Skip to content
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

Consider replacing ParseIntError usage with a new Error struct #16

Open
kaidokert opened this issue Oct 6, 2021 · 0 comments
Open

Consider replacing ParseIntError usage with a new Error struct #16

kaidokert opened this issue Oct 6, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@kaidokert
Copy link
Owner

Using ParseIntError is clunky as it can't be directly constructed, hence hacks like make_parse_int_err to make_neg_overflow_err. It could be cleaner to just have a proper Error struct for this.

Same applies for usage of core::fmt::Error

@kaidokert kaidokert added the help wanted Extra attention is needed label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant