[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_rpc: Improve Java client error message for missing parser() method pw_rpc services currently store the class objects for generated protobuf. Their parser() method is called using reflection to get an object for parsing requests or responses. This fails in two situations: - The class is not actually a generated protobuf class. - The parser() method was optimized out (b/293361955). This change improves the error message when calling parser(), adding a reference to b/293361955. It also makes the class objects package private to simplify transitioning to storing parsers in the future. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/159471 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: 358c6172ead88553e1d6eb5be5f2bd4491b7009c GitOrigin-RevId: 35589355acc4cea73474c9c22a6b6c2f94eb0122 Roller-URL: https://ci.chromium.org/b/8773821197469548497 CQ-Do-Not-Cancel-Tryjobs: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/894598 Original-Revision: 51a76edf043df6404632eea270c67996b74229ad Change-Id: Idd95627c372cf9909e2c7458c2c6ddaecb95e67b
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.