Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua_Reader is not set to correct specs. #13

Closed
ZILtoid1991 opened this issue Oct 16, 2022 · 1 comment
Closed

lua_Reader is not set to correct specs. #13

ZILtoid1991 opened this issue Oct 16, 2022 · 1 comment

Comments

@ZILtoid1991
Copy link
Contributor

While according to official specifications ( https://www.lua.org/manual/5.4/manual.html#lua_Reader ) it should be a size_t*, but in this library it's not a pointer.

https://github.com/BindBC/bindbc-lua/blob/master/source/bindbc/lua/v54/types.d#L124

https://github.com/BindBC/bindbc-lua/blob/master/source/bindbc/lua/v53/types.d#L85

Didn't check any of the even older ones.

@mdparker
Copy link
Contributor

Fixed in #14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants