David Freese

Results 3 issues of David Freese

We, incorrectly or otherwise, been using --force-pic in our builds. This triggered a build failure with the following as a min repro: WORKSPACE ```bazel load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust",...

bug

With https://github.com/rust-lang/rust/pull/77547 stable as of rust 1.49, I was curious, is [this comment](https://github.com/tikv/grpc-rs/blob/master/grpc-sys/grpc_wrap.cc#L36-L38) still valid?

This adds a Merge option to prototext.UnmarshalOptions to match proto.UnmarshalOptions. This is particularly useful when needing to read multiple textproto files of the same format that wrap a single repeated...