inkwell icon indicating copy to clipboard operation
inkwell copied to clipboard

Use an actual error type/enum.

Open TheDan64 opened this issue 4 years ago • 0 comments

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 avatar Oct 06 '20 03:10 TheDan64