You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should be a bug, cause the same proto file is good when I use '$ protoc ./test.proto --go_out=grpc:./dart',but it's wrong with '$ protoc ./test.proto --dart_out=grpc:./dart'.
The problem should be here:
'string Create=11;',
it's good when I change it to
'string Create0=11;'
I am not sure if the 'Create' is the protected word.
I couldn't reproduce this, but from the description it looks similar to #159.
Looking at this again, this looks nothing like #159..
In any case, I tried to reproduce this again today, and it works, so closing this issue. If the problem persists on your end please try again with the latest protobuf and protoc_plugin.
I think this should be a bug, cause the same proto file is good when I use '$ protoc ./test.proto --go_out=grpc:./dart',but it's wrong with '$ protoc ./test.proto --dart_out=grpc:./dart'.
The problem should be here:
'string Create=11;',
it's good when I change it to
'string Create0=11;'
I am not sure if the 'Create' is the protected word.
The text was updated successfully, but these errors were encountered: