We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can be implemented by having a validate function for each datatype
useful to debug calls to write
should be optional to avoid perf issues
examples:
The text was updated successfully, but these errors were encountered:
i8 : check whether input is between -128 and 127
Btw, all numeric types (except u64) already do validate input.
u64
Maybe add PROTODEF_DEBUG environment variable for interpreter?
PROTODEF_DEBUG
Sorry, something went wrong.
Hi, how can I fix this for myself? What should be checked and where?
RangeError [ERR_OUT_OF_RANGE]: Write error for undefined : The value of "value" is out of range. It must be >= -128 and <= 127. Received 129
No branches or pull requests
Can be implemented by having a validate function for each datatype
useful to debug calls to write
should be optional to avoid perf issues
examples:
The text was updated successfully, but these errors were encountered: