-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Remove unstable native plugins #10908
Conversation
Seems like a substantial change (even if the API was under the unstable flag) I think we should include it in the upcoming 1.12 release instead of the next patch release for 1.11 |
Is there any replacement in the works/planed? |
Would a pr adding classic C ffi support ( |
Yes, FFI API proposed in #11152 |
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.
Let's discuss with @piscisaureus
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
We will land FFI soon after.
This reverts commit 7dd4090.
Closes #8490