Esun Kim

Results 84 comments of Esun Kim

@ctiller Yep, I'm thinking of having a design review and this is more like a scratch pad to do some experiment. I expected you might check this out when creating...

Would you check whether gRPC objects are created as static variables?

@dconeybe Isn't the case where an instance enclosing gRPC objects is statically created?

Thanks for making this chance but you need to make a corresponding change on https://github.com/grpc/grpc/blob/master/templates/CMakeLists.txt.template.

We might still want to have this fix. AJ, would you mind reviewing this since you recently worked on Windows?

This [window test](https://source.cloud.google.com/results/invocations/3e1461f7-5f36-4cf1-b267-f44ca648032b/log) might be relevant to this PR? ``` t:\altsrc\github\grpc\workspace_cpp_windows_x86_cmake_as_externalproject\src\core\lib\matchers\matchers.h(28): fatal error C1083: Cannot open include file: 're2/re2.h': No such file or directory (compiling source file ```

It looks like it was caused by epollex removal. We're working to introduce a better model there so I'm closing this. Please feel free to reopen this if needed.

I hit the same problem. I guess this is caused by breaking changes made by Bazel and its default apple rules. Our setup is - Bazel 6 - build_bazel_rules_apple 1.1.3...