You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to break backwards compatibility but would be fine adding another wrapper, like "waitpid$execresult" or maybe "waitpid$yyyymmdd". For the latter the module could be imported like require"unix".compat"yyyymmdd" to get the improved prototypes as of a particular version.
The current code copies the semantics from luaposix
However there are a couple of potential changes to make
WIFCONTINUED
(as in https://github.com/daurnimator/lua-spawn/blob/22685350e0f6965b0bec32dafead026aeb5ecbed/spawn/wait.c#L62)luaL_execresult
strings instead of luaposix ones (I currently have to maintain a mapping table: https://github.com/daurnimator/lua-spawn/blob/76906e5adad96635150ca63a465e5d3748614998/spawn/wait.lua#L7)The text was updated successfully, but these errors were encountered: