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
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
when submitting Lua code containing syntax errors Inline::Lua just returns
Couldn't compile inline code at /x86_64-linux/Inline/Lua.pm line 75
This is returned in case of the LUA_ERRSYNTAX status when compiled. Is it possible to return Lua's compilation message here? Lua error messages during runtime are returned fine, though.
This happens when using Inline::Lua 0.10, Inline 0.80 an Lua 5.1.