Hannah Shi
Hannah Shi
fix #25662 and #25423 This happens when RpcServer is garbage collected before stopping, in the free function in the extension, it shuts down grpc without waiting for the thread pools...
https://github.com/grpc/grpc-ios/issues/83 fix 64 to 32 bit clang conversion warning in src/core/ext/transport @dennycd
https://github.com/grpc/grpc-ios/issues/83 fix 64 to 32 bit clang conversion warning in src/core/lib/transport @dennycd
https://github.com/grpc/grpc-ios/issues/83 fix 64 to 32 bit clang conversion warning in src/core/lib @dennycd
It's part of grpc pod migration. https://github.com/grpc/grpc-ios/issues/104 How to run: 1. Start port server with tools/run_tests/start_port_server.py 2. OVERRIDE_BAZEL_VERSION=5.2.0 SCHEME=CronetTests src/objective-c/tests/run_one_test_bazel.sh @dennycd
It's part of grpc pod migration. to support #30439, since c-core changed to c++14. https://github.com/grpc/grpc-ios/issues/104
https://github.com/grpc/grpc-ios/issues/76 Migrate gRPC ObjC PerfTest
test errors in [#12398](https://github.com/firebase/firebase-ios-sdk/pull/12398)
The [xctest runner]( https://github.com/bazelbuild/rules_apple/blob/dc5865200b67c00d38dddc245ea72f43caa7bfc9/apple/testing/default_runner/ios_xctestrun_runner.template.sh#L121) uses comma as separator to parse test_env, however it's common that the environment variable value contains comma as well, here is an example in grpc: ```...
Got the "Bad CPU type in executable" error when running RepoTools to download pods during build. Is it possible to put universal build of `RepoTools` (and `Compiler` as well) in...