protobuf-go/reflect/protodesc
Lasse Folger 7259b46773 all: implement proto2/proto3 as editions [1/2]
This change removes most usages of Syntax() from the repository and uses
edition features for instead. The appropriate edition feature defaults are
loaded for proto2/proto3 when the initialization of the descriptors
start.

All of these changes were tested on the Google corpus.

Change-Id: Ieca076a2b38ca8e50e084cd32e725b7b3dcb4171
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/572435
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
2024-03-19 09:40:08 +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 encoding/protojson: add protojson editions tests including fuzztests 2024-02-23 08:35:31 +00:00
desc.go all: implement proto2/proto3 as editions [1/2] 2024-03-19 09:40:08 +00:00
editions.go internal/filedesc: implement runtime editions support 2024-02-13 12:20:49 +00:00
file_test.go reflect/protodesc: add editions support 2024-02-19 07:03:53 +00:00
proto.go