-
Notifications
You must be signed in to change notification settings - Fork 22
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
Requirements for updating this repo #38
Comments
Thank you @kw217 for the detailed explanation. It seems that there is a subtle problem here - the version of bindgen utility. Since it is not specified, the new Rust code can be incompatible with the old one. In particular
The old behavior can be restored by using the |
Thanks for the analysis. I think sticking with |
FTR I've updated CONTRIBUTING.md to include my notes from above. |
@alexeiakimov asked in cassandra-rs/cassandra-rs#111 about what the requirements are for updating this repo.
cargo fmt
to format the code. If it's not already properly formatted, please put the reformatting into a separate commit so it is easier to review; don't combine it with actual changes.cassandra.h
from the latest driverOne important note though:
Thanks!
The text was updated successfully, but these errors were encountered: