-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision #13701
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
proxygen:x64-osx failures looks same issue with gperf issue http://savannah.gnu.org/bugs/?53028, which fix by http://git.savannah.gnu.org/gitweb/?p=gperf.git;a=commitdiff;h=baf89d87f0d94b83e7764569da9d84dd36f82ba9. Confirmed this issue solved by installing gperf 3.1 on macos. Failures:
|
Disable proxygen:x64-osx temporarily for unblocking this PR, and will enable it when PR #14228 merged. |
Thanks for your contribution! |
[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision (microsoft#13701)
+#include <direct.h> | ||
+#include <io.h> | ||
#pragma pop_macro("_CRT_INTERNAL_NONSTDC_NAMES") | ||
-#pragma pop_macro("_CRT_DECLARE_NONSTDC_NAMES") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @PhoebeHui , did you mean to add this line to the .patch? The resulting portability/Windows.h
has a mismatched set of pragma push/pop macro
lines.
Specifically, the resulting file contains #pragma push_macro("_CRT_DECLARE_NONSTDC_NAMES")
but no #pragma pop_macro("_CRT_DECLARE_NONSTDC_NAMES")
Related to #13536
All features test passed with x64-windows