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
This line:
coxpcall/src/coxpcall.lua
Line 47 in 732898e
as part of this function;
Lines 45 to 48 in 732898e
The vararg (...) is the result of the function called in protected mode. If that fails with an error "error", the result will become;
...
"error"
false, "error+stacktrace", "error"
So the error is being returned twice, or more precisely all error results will be shifted by 1.
Since this bug has been in here for ages, and Lua 5.1 is getting obsolete, I'm not providing a PR, just this issue to document it.
The text was updated successfully, but these errors were encountered:
fix(timeouts) failing errors handlers in Lua 5.1
630811d
see underlying bug: keplerproject/coxpcall#18
b5283ff
ced8ed2
2f56080
No branches or pull requests
This line:
coxpcall/src/coxpcall.lua
Line 47 in 732898e
as part of this function;
coxpcall/src/coxpcall.lua
Lines 45 to 48 in 732898e
The vararg (
...
) is the result of the function called in protected mode. If that fails with an error"error"
, the result will become;So the error is being returned twice, or more precisely all error results will be shifted by 1.
Since this bug has been in here for ages, and Lua 5.1 is getting obsolete, I'm not providing a PR, just this issue to document it.
The text was updated successfully, but these errors were encountered: