Jerry Berg

Results 85 comments of Jerry Berg

@rgov Would you be willing to help out with a PR to fix this?

@ericsalo if @rgov provides a PR, can you review?

@JCash Protobuf C++ only supports compilers and platforms as described here: https://opensource.google/documentation/policies/cplusplus-support If you are using a compiler on that list, please tell us which one and we will look...

@anandolee Can you answer why assignment syntax doesn't work for repeated fields?

The problem here is that protoc is generating a message named FooEntry for the map field foo and that conflicts with your user-defined message FooEntry. protoc is not adding the...

@jhump my apologies for not carefully reading the initial example. You are entirely correct that the two message types are in different namespaces. The problem is that the lookup is...

@HoneyryderChuck can you rebase and we'll try the tests again?

@yuzawa-san Unfortunately, while we like the idea, we can't absorb this change. We've actually attempted this internally and there are currently a bunch of tests that rely on `.newBuilder().build()` returning...

@fowles has taken on expanded scope. I'm taking on his role on the protobuf team. Experience with doc comments is that they are ignored -- a reasonable amount of log...

Ideally, that would be the case. Unfortunately, there are cases within Google that use reflection to get to some of these fields by name. I need to verify that changing...