You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#38434120 Add support for recent versions of protobuf
Homebrew on macOS currently has protoc 6.32.1. It will generate functions returning std::string_view, or absl::string_view, rather than std::string. see https://protobuf.dev/editions/features/#string_type We have application code which assume std::string. The fix is to convert string_view to string where necessary. Our .proto files should probably be upgraded at some point, but for now, fix the application code instead. Note that our "bundled" protobuf will likely be upgraded to something similar to what Homebrew has now. Change-Id: Ib2a39c69afd0e37c1e38dd20a8a9b1ece6d73903 (cherry picked from commit 61cbee439476c65a7fb9f7b79871e638f64b39e9)
0 commit comments