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

Use an actual error type/enum. #215

Open
TheDan64 opened this issue Oct 6, 2020 · 0 comments
Open

Use an actual error type/enum. #215

TheDan64 opened this issue Oct 6, 2020 · 0 comments
Milestone

Comments

@TheDan64
Copy link
Owner

TheDan64 commented Oct 6, 2020

Is your feature request related to a problem? Please describe.
We use enums in a couple places but we're often returning error strings because of how varied LLVM errors are.

Describe the solution you'd like
We should use error enums all around. Not sure if we want mutliple small ones, or one big enum that encapulates everything.

@TheDan64 TheDan64 added this to the 0.2.0 milestone Oct 6, 2020
@TheDan64 TheDan64 modified the milestones: 0.3.0, 0.2.0 Jul 16, 2022
@TheDan64 TheDan64 modified the milestones: 0.5.0, 0.6.0 Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant