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

Make cpp/wrap.h header only #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rleshchinskiy
Copy link
Contributor

This is used by some C++-only libraries and binaries (e.g., the C++ indexer) which we don't really want to depend on Haskell libs. We should probably move the C++ FFI bits into a separate lib but making it header-only for now is easy and might be the right thing to do anyway (the address comparisons we used to do might actually be dodgy with dynamic linking).

This is used by some C++-only libraries and binaries (e.g., the C++ indexer) which we don't really want to depend on Haskell libs. We should probably move the C++ FFI bits into a separate lib but making it header-only for now is easy and might be the right thing to do anyway (the address comparisons we used to do might actually be dodgy with dynamic linking).
@facebook-github-bot 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 Sep 10, 2022
rleshchinskiy added a commit to rleshchinskiy/Glean that referenced this pull request Sep 11, 2022
This should be landed together with facebookincubator/hsthrift#102 which removes ffi.h from fb-util
@rleshchinskiy
Copy link
Contributor Author

This should be landed together with facebookincubator/Glean#269 which tracks the change in Glean.

rleshchinskiy added a commit to rleshchinskiy/Glean that referenced this pull request Sep 12, 2022
This should be landed together with facebookincubator/hsthrift#102 which removes ffi.h from fb-util
facebook-github-bot pushed a commit to facebookincubator/Glean that referenced this pull request Sep 13, 2022
Summary:
This should be landed together with facebookincubator/hsthrift#102 which removes ffi.h from fb-util

Pull Request resolved: #269

Reviewed By: nhawkes

Differential Revision: D39420793

Pulled By: donsbot

fbshipit-source-id: 8a753d05f7c483bbab26c82ef23d42ba59b3c4f1
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants