protobuf-go/cmd/protoc-gen-go/testdata/imports
Damien Neil 97e7f57dbb reflect/protoreflect: replace Mutable with NewMessage
Remove the Mutable methods from KnownFields, List, and Map, replacing
them with methods which return a new, empty message value without adding
that value to the collection.

The new API is simpler, since it clearly applies only to message values,
and more orthogonal, since it provides a way to create a value without
mutating the collection. This latter point is particularly useful in
map deserialization, where the key may be unknown at the time the value
is deserialized.

Drop the Mutable interface, since it is no longer necessary.

Change-Id: Ic5f3d06a2aa331a5d5cd2b4e670a3dba4a74f77c
Reviewed-on: https://go-review.googlesource.com/c/153278
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2018-12-10 21:17:16 +00:00
..
fmt reflect/protoreflect: replace Mutable with NewMessage 2018-12-10 21:17:16 +00:00
test_a_1 reflect/protoreflect: replace Mutable with NewMessage 2018-12-10 21:17:16 +00:00
test_a_2 reflect/protoreflect: replace Mutable with NewMessage 2018-12-10 21:17:16 +00:00
test_b_1 reflect/protoreflect: replace Mutable with NewMessage 2018-12-10 21:17:16 +00:00
test_import_a1m1.pb.go reflect/protoreflect: replace Mutable with NewMessage 2018-12-10 21:17:16 +00:00
test_import_a1m1.proto
test_import_a1m2.pb.go reflect/protoreflect: replace Mutable with NewMessage 2018-12-10 21:17:16 +00:00
test_import_a1m2.proto
test_import_all.pb.go reflect/protoreflect: replace Mutable with NewMessage 2018-12-10 21:17:16 +00:00
test_import_all.proto cmd/protoc-gen-go: generate blank imports for unused proto dependencies 2018-09-19 21:12:48 +00:00