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 https://github.com/mascarenhas/alien/blob/master/src/alien.lua#L23 breaks with recent versions of LuaJIT, because it is strict about escape sequences ("\." is not a valid escape sequence). This is probably triggered by recent versions of Lua 5.2 as well.
"\."
The text was updated successfully, but these errors were encountered:
I can confirm this. "%." is what's intended, I believe.
Sorry, something went wrong.
This issue has been fixed and can be closed.
Agreed, closing it.
No branches or pull requests
This https://github.com/mascarenhas/alien/blob/master/src/alien.lua#L23 breaks with recent versions of LuaJIT, because it is strict about escape sequences (
"\."is not a valid escape sequence). This is probably triggered by recent versions of Lua 5.2 as well.The text was updated successfully, but these errors were encountered: