lunarmodules / luafilesystem

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
https://lunarmodules.github.io/luafilesystem/
MIT License
900 stars 291 forks source link

Support Lua 5.4 #126

Closed edubart closed 4 years ago

edubart commented 5 years ago

Minor change to support compiling with lua 5.4-alpha-rc2. All the tests passed.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 80.244% when pulling 3821504076bc5dfb855424940fead7d170793127 on edubart:lua54 into 1dfb8c41e8a7e689959baeaf2961437db9615f74 on keplerproject:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 80.244% when pulling 3821504076bc5dfb855424940fead7d170793127 on edubart:lua54 into 1dfb8c41e8a7e689959baeaf2961437db9615f74 on keplerproject:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 80.244% when pulling 3821504076bc5dfb855424940fead7d170793127 on edubart:lua54 into 1dfb8c41e8a7e689959baeaf2961437db9615f74 on keplerproject:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 80.244% when pulling 3821504076bc5dfb855424940fead7d170793127 on edubart:lua54 into 1dfb8c41e8a7e689959baeaf2961437db9615f74 on keplerproject:master.

hishamhm commented 4 years ago

Merged as #109