[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision#13701
[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision#13701BillyONeal merged 20 commits intomicrosoft:masterfrom
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.
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