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

refactor(bindings/C): refactor c bindings to call all APIs using pointer #2489

Merged
merged 4 commits into from
Jun 18, 2023

Conversation

xyjixyjixyji
Copy link
Contributor

@xyjixyjixyji xyjixyjixyji commented Jun 18, 2023

Previously the C bindings API is a little bit confusing by mixing the pointers and the wrapping types, now it uses pointers for all APIs.

Related: #2488 #2462

This would probably break some bindings that depend on the C binding.

@Xuanwo
Copy link
Member

Xuanwo commented Jun 18, 2023

Would like to help fix the CI for C & Zig binding?

@xyjixyjixyji xyjixyjixyji marked this pull request as draft June 18, 2023 13:21
@xyjixyjixyji
Copy link
Contributor Author

@Xuanwo The CIs are failing on checking diff of Cargo.lock, but I think that is not related to this PR?

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks!

@Xuanwo Xuanwo marked this pull request as ready for review June 18, 2023 14:29
@Xuanwo Xuanwo merged commit 800efa9 into apache:main Jun 18, 2023
@PsiACE PsiACE mentioned this pull request Jun 27, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants