-
Notifications
You must be signed in to change notification settings - Fork 27
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
add support for deno 1.25.0 buffer ffi type #87
Conversation
@tsar-boomba I think we should update version to 1.25.0 deno_bindgen/.github/workflows/ci.yml Lines 13 to 15 in 1cc5d34
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the test generate code? Run make test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tsar-boomba Tested successfully, support is now complete 🎉 Can you maybe reformat with deno fmt? We should add this to the pipeline.
Uses buffer instead of pointer to align with deno 1.25.0