You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Any compiler errors/warnings in source header files will now result in bindings to not be generated by default, since it may result in invalid bindings if the compiler makes a wrong guess. A flag --ignore-source-errors (or yaml config ignore-source-errors: true) must be passed to change this behaviour.
Breaking change: Stop generating setters for global variables marked const in C.
Fix objc_msgSend being used on arm64 platforms where it's not available.
Fix missing comma with ffi-native functions marked leaf.
Add support for finding libclang in Conda environment.