Carlos O'Ryan
Carlos O'Ryan
To find out if the problem is fixed you could try this command: ``` docker run --rm -it opensuse/leap:15 /bin/sh -c 'zypper refresh; zypper install -y grpc-devel; rpm -q -info...
> It appears to succeed for me: Yes. As I said, if the snippet succeeds the problem is *NOT* fixed. Turning the one-liner into a test that succeeds when the...
Still broken.
> https://releases.llvm.org/18.1.0/projects/libcxx/docs/ReleaseNotes.html#build-system-changes > > This might be relevant I am not sure how that would affect the msan build. We only have one build that compiles with `-fno-exceptions`, that is...
> Running locally, getting things like you can't use try or throw when exceptions are disabled Blegh. Can we skip the generator just to test things? As in `bazel test...
FTR, it was related to exceptions: by default libc++ now compiles with the LLVM implementation of stack unwinding under exceptions. Meanwhile, the compiler on Fedora is (naturally) trying to use...
I wonder if we should be waiting for this: https://grpc.github.io/grpc/cpp/classgrpc_1_1internal_1_1_client_async_streaming_interface.html#ab5a35e289028ac2aaf062572ba6d567d Before trying to use the metadata in one of the tracing decorators. In most RPCs that happens implicitly by the...
This is not going to happen by the 2023-11 C++ release (due in the first few business days of the month). I also don't see this feature in the protos:...
@sourabh912 I am sorry you are blocked because this API was missing. After #14351 gets merged (probably within the next few days) all the functionality should be available [^1] in...
Cool stuff. Based on your table this is blocked (or at least made more difficult) by: - TODO: put Abseil link here - https://github.com/protocolbuffers/protobuf/issues/14109 - https://github.com/grpc/grpc/issues/36497 In addition: - This...