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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
A lot of bindings from pros_sys are technically correct, in that they compile however there are some strange leftovers from bindgen inferring integer types that result in some inconsistencies which may be expensive to go back on once everything's stabilzed (such as enum reprs).
Additional information
At some point we should do a manual refactor of all the bindings in pros_sys to ensure they're following FFI best practices and are actually correct.
The text was updated successfully, but these errors were encountered:
Problem Description
A lot of bindings from
pros_sys
are technically correct, in that they compile however there are some strange leftovers from bindgen inferring integer types that result in some inconsistencies which may be expensive to go back on once everything's stabilzed (such as enumrepr
s).Additional information
At some point we should do a manual refactor of all the bindings in
pros_sys
to ensure they're following FFI best practices and are actually correct.The text was updated successfully, but these errors were encountered: