LuaJIT compatibility
catwell opened this issue · 3 comments
catwell commented
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.
bildzeitung commented
I can confirm this. "%." is what's intended, I believe.
rrthomas commented
This issue has been fixed and can be closed.
catwell commented
Agreed, closing it.