protobuf-go/reflect/protodesc
Mike Kruskal a18684df74 protobuf: fix delimited fields under editions in go
This brings go into conformance with other implementations.  Group-like message fields with delimited encoding will continue to use the type name for text-format, but everything else will use the field name.

Change-Id: Ib6d07f19ccfa853ce0370392c89fd24fb7148793
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/575896
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
Commit-Queue: Michael Stapelberg <stapelberg@google.com>
2024-04-04 07:31:06 +00:00
..
desc_init.go all: implement proto2/proto3 as editions [1/2] 2024-03-19 09:40:08 +00:00
desc_resolve.go reflect/protodesc: add editions support 2024-02-19 07:03:53 +00:00
desc_validate.go protobuf: fix delimited fields under editions in go 2024-04-04 07:31:06 +00:00
desc.go all: enable editions support 2024-03-22 09:09:14 +00:00
editions.go all: enable editions support 2024-03-22 09:09:14 +00:00
file_test.go reflect/protodesc: restore edition in protodesc.ToDescriptorProto 2024-03-21 13:45:49 +00:00
proto.go reflect/protodesc: restore edition in protodesc.ToDescriptorProto 2024-03-21 13:45:49 +00:00