-
Notifications
You must be signed in to change notification settings - Fork 40
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
Move sapling_backingstore_get_tree_batch to cxx_bridge #46
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Nov 15, 2023
This pull request was exported from Phabricator. Differential Revision: D51321500 |
jdelliot
pushed a commit
to jdelliot/fizz
that referenced
this pull request
Nov 15, 2023
Summary: X-link: facebookexperimental/rust-shed#46 X-link: facebook/watchman#1174 X-link: facebook/wangle#223 X-link: facebook/proxygen#474 X-link: facebook/mvfst#323 X-link: facebook/hhvm#9413 X-link: facebook/folly#2098 X-link: facebook/fboss#167 X-link: facebookincubator/velox#7595 cxx.rs provides a more ergonomic and opinionated interop layer between Rust and C++ that we would like to leverage for future API chages. This moves sapling_backingstore_get_tree_batch from the existing cbindgen implemenation to the new cxxbridge. Reviewed By: xavierd Differential Revision: D51321500
jdelliot
pushed a commit
to jdelliot/hsthrift
that referenced
this pull request
Nov 15, 2023
Summary: X-link: facebookexperimental/rust-shed#46 X-link: facebook/watchman#1174 X-link: facebook/wangle#223 X-link: facebook/proxygen#474 X-link: facebook/mvfst#323 X-link: facebook/hhvm#9413 X-link: facebook/folly#2098 X-link: facebook/fboss#167 X-link: facebookincubator/velox#7595 cxx.rs provides a more ergonomic and opinionated interop layer between Rust and C++ that we would like to leverage for future API chages. This moves sapling_backingstore_get_tree_batch from the existing cbindgen implemenation to the new cxxbridge. Reviewed By: xavierd Differential Revision: D51321500
jdelliot
pushed a commit
to jdelliot/katran
that referenced
this pull request
Nov 15, 2023
Summary: X-link: facebookexperimental/rust-shed#46 X-link: facebook/watchman#1174 X-link: facebook/wangle#223 X-link: facebook/proxygen#474 X-link: facebook/mvfst#323 X-link: facebook/hhvm#9413 X-link: facebook/folly#2098 X-link: facebook/fboss#167 X-link: facebookincubator/velox#7595 cxx.rs provides a more ergonomic and opinionated interop layer between Rust and C++ that we would like to leverage for future API chages. This moves sapling_backingstore_get_tree_batch from the existing cbindgen implemenation to the new cxxbridge. Reviewed By: xavierd Differential Revision: D51321500
Summary: cxx.rs provides a more ergonomic and opinionated interop layer between Rust and C++ that we would like to leverage for future API chages. This moves sapling_backingstore_get_tree_batch from the existing cbindgen implemenation to the new cxxbridge. Reviewed By: xavierd Differential Revision: D51321500
jdelliot
force-pushed
the
export-D51321500
branch
from
November 28, 2023 21:35
d10bd6c
to
5c5e489
Compare
This pull request was exported from Phabricator. Differential Revision: D51321500 |
This pull request was exported from Phabricator. Differential Revision: D51321500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
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.
Summary:
X-link: facebook/proxygen#474
X-link: facebook/mvfst#323
X-link: facebook/hhvm#9413
X-link: facebook/folly#2098
X-link: facebook/fboss#167
X-link: facebookincubator/velox#7595
cxx.rs provides a more ergonomic and opinionated interop layer between Rust and C++ that we would like to leverage for future API chages.
This moves sapling_backingstore_get_tree_batch from the existing cbindgen implemenation to the new cxxbridge.
Reviewed By: xavierd
Differential Revision: D51321500