Skip to content
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 #2098

Closed
wants to merge 1 commit into from

Conversation

jdelliot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51321500

jdelliot pushed a commit to jdelliot/proxygen that referenced this pull request Nov 15, 2023
Summary:
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/wangle that referenced this pull request Nov 15, 2023
Summary:
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/sapling that referenced this pull request Nov 15, 2023
Summary:
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/watchman that referenced this pull request Nov 15, 2023
Summary:
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/edencommon that referenced this pull request Nov 15, 2023
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
jdelliot pushed a commit to jdelliot/rust-shed that referenced this pull request Nov 15, 2023
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
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51321500

@jdelliot jdelliot closed this Nov 28, 2023
jdelliot pushed a commit to jdelliot/hsthrift that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/edencommon that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/fb303 that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/fboss that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/fizz that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/wangle that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/mvfst that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/hhvm that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/fbthrift that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098


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/sapling that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/watchman that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/proxygen that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/sapling that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/rust-shed that referenced this pull request Nov 29, 2023
Summary:
X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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/folly that referenced this pull request Nov 29, 2023
Summary:

X-link: facebook/fbthrift#588

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51321500

jdelliot pushed a commit to jdelliot/velox that referenced this pull request Nov 29, 2023
…ator#7595)

Summary:

X-link: facebookincubator/katran#209

X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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 added a commit to jdelliot/velox that referenced this pull request Nov 29, 2023
…ator#7595)

Summary:
Pull Request resolved: facebookincubator#7595

X-link: facebookincubator/katran#209

X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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

fbshipit-source-id: c5c21128ce4bbc7b5c71d8ef56ae6fa0012ea2ae
jdelliot added a commit to jdelliot/velox that referenced this pull request Nov 29, 2023
…ator#7595)

Summary:
Pull Request resolved: facebookincubator#7595

X-link: facebookincubator/katran#209

X-link: facebook/folly#2098

X-link: facebook/fbthrift#588

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

fbshipit-source-id: ef0a197632671d76de9bc28a6b0ddfd3d7bb4c8d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants