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

add support for deno 1.25.0 buffer ffi type #87

Merged
merged 6 commits into from
Sep 3, 2022

Conversation

tsar-boomba
Copy link
Contributor

Uses buffer instead of pointer to align with deno 1.25.0

@CLAassistant
Copy link

CLAassistant commented Aug 27, 2022

CLA assistant check
All committers have signed the CLA.

@skanehira
Copy link
Contributor

skanehira commented Aug 30, 2022

@tsar-boomba I think we should update version to 1.25.0

- uses: denoland/setup-deno@v1
with:
deno-version: 1.24.2

Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

Copy link
Member

@littledivy littledivy left a 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

@tsar-boomba tsar-boomba requested a review from zifeo September 1, 2022 16:14
Copy link
Contributor

@zifeo zifeo left a 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.

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

Successfully merging this pull request may close these issues.

5 participants