BindBC / bindbc-lua

Static & dynamic D bindings to the C API of Lua, compatible with BetterC, @nogc, and nothrow.
Boost Software License 1.0
17 stars 5 forks source link

duplicate of `luaL_checklong` causes problems for LDC and GDC #2

Closed poeticAndroid closed 4 years ago

mdparker commented 4 years ago

I would expect it to also cause problems for DMD! I have to reject the PR, though. There are actually two problems here: the first one has three parameters where it should have two, and the second one is supposed to be named luaL_optlong. Both fixed now in v0.2.0.