-
Notifications
You must be signed in to change notification settings - Fork 47
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
Rename error.Fail to error.LuaError #16
Comments
Just throwing this out here, I'm not sure I know what is the right answer to this. But would it make sense to return |
I agree, reusing the OutOfMemory error would make sense |
error.LuaError is a more descriptive than error.Fail Just getting "error: fail" can be a little annoying |
Renames all errors to be prefixed with Lua as a sort of namespacing. error.Memory is renamed to error.OutOfMemory to match the Zig errors Closes #16
Also prefix the other errors with Lua
Not sure yet, but it seems that would be a good way to namespace things?
The text was updated successfully, but these errors were encountered: