Skip to content

Commit cb91417

Browse files
committed
update protoc and run 'make generate-golden'
1 parent 82d6540 commit cb91417

File tree

12 files changed

+39
-27
lines changed

12 files changed

+39
-27
lines changed

.protoc_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32.0
1+
33.2

experimental/ir/testdata/editions/proto2.proto.stderr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ warning: redundant custom option setting syntax
6464
| |
6565
| this field is not a message extension
6666
|
67-
::: <built-in>/google/protobuf/descriptor.proto:801:23
67+
::: <built-in>/google/protobuf/descriptor.proto:807:23
6868
|
69-
801 | optional FeatureSet features = 21;
69+
807 | optional FeatureSet features = 21;
7070
| --------
7171
| |
7272
| field declared inside of `google.protobuf.FieldOptions` here

experimental/ir/testdata/extend/message_set.proto.stderr.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ warning: redundant custom option setting syntax
2424
| |
2525
| this field is not a message extension
2626
|
27-
::: <built-in>/google/protobuf/descriptor.proto:600:17
27+
::: <built-in>/google/protobuf/descriptor.proto:606:17
2828
|
29-
600 | optional bool message_set_wire_format = 1 [default = false];
29+
606 | optional bool message_set_wire_format = 1 [default = false];
3030
| -----------------------
3131
| |
3232
| field declared inside of `google.protobuf.MessageOptions` here
@@ -78,9 +78,9 @@ warning: redundant custom option setting syntax
7878
| |
7979
| this field is not a message extension
8080
|
81-
::: <built-in>/google/protobuf/descriptor.proto:600:17
81+
::: <built-in>/google/protobuf/descriptor.proto:606:17
8282
|
83-
600 | optional bool message_set_wire_format = 1 [default = false];
83+
606 | optional bool message_set_wire_format = 1 [default = false];
8484
| -----------------------
8585
| |
8686
| field declared inside of `google.protobuf.MessageOptions` here

experimental/ir/testdata/options/builtin.proto.stderr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ error: option `deprecated` set multiple times
66
25 | option deprecated = true;
77
| ^^^^^^^^^^ ... also set here
88
|
9-
::: <built-in>/google/protobuf/descriptor.proto:611:17
9+
::: <built-in>/google/protobuf/descriptor.proto:617:17
1010
|
11-
611 | optional bool deprecated = 3 [default = false];
11+
617 | optional bool deprecated = 3 [default = false];
1212
| ---------- not a repeated field
1313
|
1414
= note: a non-`repeated` option may be set at most once

experimental/ir/testdata/options/missing.proto.stderr.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ error: expected singular message, found scalar type `string`
1212
| |
1313
| found scalar type `string`
1414
|
15-
::: <built-in>/google/protobuf/descriptor.proto:504:12
15+
::: <built-in>/google/protobuf/descriptor.proto:510:12
1616
|
17-
504 | optional string go_package = 11;
17+
510 | optional string go_package = 11;
1818
| ------ type specified here
1919

2020
error: cannot find message field `unknown` in `google.protobuf.MessageOptions`
@@ -31,9 +31,9 @@ error: expected singular message, found scalar type `bool`
3131
| |
3232
| found scalar type `bool`
3333
|
34-
::: <built-in>/google/protobuf/descriptor.proto:611:12
34+
::: <built-in>/google/protobuf/descriptor.proto:617:12
3535
|
36-
611 | optional bool deprecated = 3 [default = false];
36+
617 | optional bool deprecated = 3 [default = false];
3737
| ---- type specified here
3838

3939
error: cannot find message field `unknown` in `google.protobuf.FieldOptions`
@@ -52,9 +52,9 @@ error: expected singular message, found scalar type `bool`
5252
| |
5353
| field selector requires singular message
5454
|
55-
::: <built-in>/google/protobuf/descriptor.proto:743:12
55+
::: <built-in>/google/protobuf/descriptor.proto:749:12
5656
|
57-
743 | optional bool lazy = 5 [default = false];
57+
749 | optional bool lazy = 5 [default = false];
5858
| ---- type specified here
5959

6060
error: expected singular message, found scalar type `int32`
@@ -87,9 +87,9 @@ error: expected singular message, found scalar type `bool`
8787
| |
8888
| found scalar type `bool`
8989
|
90-
::: <built-in>/google/protobuf/descriptor.proto:859:12
90+
::: <built-in>/google/protobuf/descriptor.proto:865:12
9191
|
92-
859 | optional bool deprecated = 3 [default = false];
92+
865 | optional bool deprecated = 3 [default = false];
9393
| ---- type specified here
9494

9595
error: cannot find message field `unknown` in `google.protobuf.EnumValueOptions`
@@ -108,9 +108,9 @@ error: expected singular message, found scalar type `bool`
108108
| |
109109
| field selector requires singular message
110110
|
111-
::: <built-in>/google/protobuf/descriptor.proto:889:12
111+
::: <built-in>/google/protobuf/descriptor.proto:895:12
112112
|
113-
889 | optional bool deprecated = 1 [default = false];
113+
895 | optional bool deprecated = 1 [default = false];
114114
| ---- type specified here
115115

116116
encountered 12 errors

experimental/ir/testdata/options/redundant_fqn.proto.stderr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ warning: redundant custom option setting syntax
66
| |
77
| this field is not a message extension
88
|
9-
::: <built-in>/google/protobuf/descriptor.proto:611:17
9+
::: <built-in>/google/protobuf/descriptor.proto:617:17
1010
|
11-
611 | optional bool deprecated = 3 [default = false];
11+
617 | optional bool deprecated = 3 [default = false];
1212
| ----------
1313
| |
1414
| field declared inside of `google.protobuf.MessageOptions` here

internal/testdata/all.protoset

37 Bytes
Binary file not shown.
37 Bytes
Binary file not shown.
37 Bytes
Binary file not shown.
37 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)