File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 11use Mix.Config
2-
3- config :protobuf , extensions: :enabled
4-
Original file line number Diff line number Diff line change 1+ deps/protobuf/src: warning: directory does not exist.
2+ Could not make proto path relative: test/support/wrapper_with_extension.proto: No such file or directory
Original file line number Diff line number Diff line change @@ -23,20 +23,8 @@ message FileOptions {
2323 // will be "Hello.Request". But with module_prefix "Foo", the message will be
2424 // "Foo.Request"
2525 optional string module_prefix = 1 ;
26- extensions 1000 to max;
2726}
2827
2928extend google.protobuf.FileOptions {
3029 optional FileOptions file = 1047 ;
3130}
32-
33- message FieldOptions {
34- // optional string extype = 1;
35- extensions 1000 to max;
36- }
37-
38- extend google.protobuf.FieldOptions {
39- // TODO: determine appropriate number
40- optional FieldOptions field = 65007 ;
41- }
42-
You can’t perform that action at this time.
0 commit comments