-
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
Async/await and FDB 6.1 support #137
Closed
Closed
Commits on Sep 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 29652cb - Browse repository at this point
Copy the full SHA 29652cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 042bb51 - Browse repository at this point
Copy the full SHA 042bb51View commit details -
port to futures 0.3 and fdb 6.1
- build on nightly until rust 1.39 arrives - switch to 6.1 API and create database directly - drop support for Cluster and FDB releases prior to 6.1, as the async changes are a breaking change anyway - updated db.transact to retry failures in body, as in #125 - made should_retry() on error objects public - changed some sync functions that were using .wait() to async (eg HCA allocate)
Configuration menu - View commit details
-
Copy full SHA for 7ad1acb - Browse repository at this point
Copy the full SHA 7ad1acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1655a8 - Browse repository at this point
Copy the full SHA c1655a8View commit details -
fix intermittent segfault when pending future dropped
When fdb_future_destroy() is called on a future that hasn't resolved, it causes the callback to fire. If it fires after the box the waker/task was held in has already been deallocated, it can result in a crash. Fix the issue by dropping the allocation in the callback instead. This issue also exists in the stable foundationdb-rs release.
Configuration menu - View commit details
-
Copy full SHA for 1afa061 - Browse repository at this point
Copy the full SHA 1afa061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 337b0b6 - Browse repository at this point
Copy the full SHA 337b0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3fa93 - Browse repository at this point
Copy the full SHA cf3fa93View commit details -
Configuration menu - View commit details
-
Copy full SHA for e07ddf1 - Browse repository at this point
Copy the full SHA e07ddf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dfa18a - Browse repository at this point
Copy the full SHA 2dfa18aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1fa0f9 - Browse repository at this point
Copy the full SHA f1fa0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371c34d - Browse repository at this point
Copy the full SHA 371c34dView commit details -
Revert "disable stable and beta builds for now"
This reverts commit 371c34d. While rust-toolchain remains in the repo, stable and beta tests seem to run on nightly as well, so we should be able to leave the tests there and they'll automatically start running on beta/stable again when rust-toolchain is removed after the rust 1.39 release.
Configuration menu - View commit details
-
Copy full SHA for cea966c - Browse repository at this point
Copy the full SHA cea966cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3ac18 - Browse repository at this point
Copy the full SHA 6a3ac18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8988ff1 - Browse repository at this point
Copy the full SHA 8988ff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 863ab2b - Browse repository at this point
Copy the full SHA 863ab2bView commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 469db53 - Browse repository at this point
Copy the full SHA 469db53View commit details
Commits on Oct 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 882c2cc - Browse repository at this point
Copy the full SHA 882c2ccView commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f90cefc - Browse repository at this point
Copy the full SHA f90cefcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.