sailorproject / sailor

A Lua MVC Web Framework.
MIT License
921 stars 125 forks source link

Lua at client is not compatible with Lua 5.2 ( gfind => gmatch ) #151

Open spectrenoir06 opened 7 years ago

spectrenoir06 commented 7 years ago

Sailor doesn't like lua 5.2 when use with lua at client need ou change /usr/local/share/lua/5.2/latclient/starlight.lua:50

The function string.gfind is not standard. It was present in Lua 5.0 but was renamed to string.gmatch in Lua 5.1

jperon commented 5 years ago

It's now fixed upstream ; it would be a matter of pulling changes.