We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
VLA cdata makes bitser to error
This script runs ok but uncomenting comented lines (and comenting the two lines below) it will error
local ffi = require"ffi" local bitser = require"bitser" --local vecN = ffi.typeof("float[?]") --local a = vecN(5,{1,2,3,4,5}) local vecN = ffi.typeof("float[5]") local a = vecN({1,2,3,4,5}) local b = bitser.loads(bitser.dumps(a)) print(a,b,b[0],b[1])
I can propose a PR to fix it if you wish.
The text was updated successfully, but these errors were encountered:
If you have the solution, please, be my guest!
Sorry, something went wrong.
No branches or pull requests
Hi,
VLA cdata makes bitser to error
This script runs ok but uncomenting comented lines (and comenting the two lines below) it will error
I can propose a PR to fix it if you wish.
The text was updated successfully, but these errors were encountered: