zhangskz
zhangskz
Triage update: We are unlikely to have capacity to address this soon, but this seems worth fixing and we would welcome community contribution.
There were a few issues with the repro example you provided. - s/subMsg/sm - s/type/ret_val.type After fixing this and running through your example and adding additional asserts: - assert test.sm[0].HasField('t')...
Closing since this to be addressed now per [Timestamp.FromDateTime](https://developers.google.com/protocol-buffers/docs/reference/csharp/class/google/protobuf/well-known-types/timestamp#fromdatetime). Feel free to reopen if this still needs further action.
Hi jcwchen@, I spent some time trying to repro this but had some setup issues with onnx. I ended up following the instructions from https://github.com/onnx/onnx#mac but am still hitting an...
Is there any reason why onnx using 3.18.3? 3.18.x is no longer in our support window (we've already stopped doing patch releases for other major fixes on this branch) so...
Note that since 3.18.x has exited our support window, [GHSA-h4h5-3hr4-j3g2](https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2) (Java advisory) was not patched in 3.18.x and this/future issues will similarly not be patched in this branch either. It...
I don't think protoc supports network drive paths right now, and I don't think we necessarily have plans to add this. What's your use-case for wanting this, and if this...
Try setting [`--grpc_python_plugin_out`](http://google3/third_party/protobuf/compiler/command_line_interface.h;l=125;rcl=456261794) without `--plugin` (See https://engdoc.corp.google.com/eng/doc/devguide/proto/reference/cpp/google.protobuf.compiler.command_line_interface.md#CommandLineInterface.AllowPlugins.details). I believe `--plugin` indeed expects an exact path but is not required. If the plugin cannot be found in [`plugins`](http://google3/third_party/protobuf/compiler/command_line_interface.h;l=359;rcl=462276903) (populated with exact...
Closing since I don't believe we actively support Jython. We're happy to accept PRs for a contributed fix though.
Seems like you are using Ninja to build? Can you provide more details on what your implementation looks like and how you are building?