jhump / protoreflect

Reflection (Rich Descriptors) for Go Protocol Buffers
Apache License 2.0
1.33k stars 170 forks source link

update deps; reconcile couple of tests with latest protocompile #613

Closed jhump closed 3 months ago

jhump commented 3 months ago

Update to latest protobuf and protocompile.

Groups now can be referenced by their field name, not just the type name, in the Protobuf text format. So I removed the test that checked they couldn't be.

And the compiler can now provide better location information for option message where required fields are missing, so I updated the expected location in the error message to match.