-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
ref: Remove demangling from C/Python bindings #730
Conversation
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.
good call, no idea though.
I would prefer if we stopped "advertising" cabi/python in the first place. Its a pain to maintain and people can easily generate their own bindings via bindgen or pyo3 or whatever the best approach nowadays is :-)
Co-authored-by: Arpad Borsos <swatinem@swatinem.de>
Would you object to just removing the example? |
I think thats a fair thing to do. |
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.
pls make sure to call this out as a breaking change in the changelog
As discussed under #699.
TODO: The example in the readme involves demangling, what should we put there instead?