mascarenhas/alien

LuaJIT compatibility

catwell opened this issue · 3 comments

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.

I can confirm this. "%." is what's intended, I believe.

This issue has been fixed and can be closed.

Agreed, closing it.