-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add support for 7.x #180
Comments
I just made a change to prevent issues related to this: 129a688 We are generating both |
That's great. All of the other changes to the C API should be strictly additive. |
Are you working on this feature @Daniel-B-Smith? I just pushed a PR for 6.3, and I was thinking about doing 7.X next. |
I am not. |
Okay, I will try to open a 7.X PR once a pre-release is tagged. |
Initial work around api 700 can be found here |
Opening an issue since I'm about to start working on this and to get feedback before any PRs are sent out.
It looks like there are a couple of pieces added to the C API in 7.0: apple/foundationdb#2644 The change to
keyvalue
fromvoid*
touint8_t*
made it in, so that may require a change to the generated interface. I'm actively working on apple/foundationdb#2644, but that probably won't make it in until 7.1.The text was updated successfully, but these errors were encountered: