lua.cr
lua.cr copied to clipboard
Error: duplicated fun parameter name: l
In lib/lua/src/lua/liblua.cr:62:65
62 | fun pushlstring = lua_pushlstring(l : State, s : LibC::Char*, l : LibC::SizeT) : LibC::Char*
Error: duplicated fun parameter name: l
I got this error when trying to build my program.
Crystal version: 1.5.0 LLVM:10.0.0 Shards version: 0.17.0