prototool
prototool copied to clipboard
protoc returned a line we do not understand: `libprotobuf WARNING ../../../../../src/google/protobuf/compiler/ruby/ruby_generator.cc:417] ruby_package option should be in the form of: 'A::B::C' and not 'A.B.C'"`
2019-07-26T07:11:47.043Z WARN protoc returned a line we do not understand, please file this as an issue at https://github.com/uber/prototool/issues/new {"protocLine": "[libprotobuf WARNING ../../../../../src/google/protobuf/compiler/ruby/ruby_generator.cc:417] ruby_package option should be in the form of: 'A::B::C' and not 'A.B.C'"}
<input>:1:1:[libprotobuf WARNING ../../../../../src/google/protobuf/compiler/ruby/ruby_generator.cc:417] ruby_package option should be in the form of: 'A::B::C' and not 'A.B.C'
It occurred when run grpc_tools_ruby_protoc_plugin.
syntax = "proto3";
package foo.bar;
option ruby_option = 'Bar';
//...
What is ruby_option in this case? Is this a custom option? Where is it being imported from?
sorry, it's a typo 🙈
It is ruby_packge correctly.
Got it. I'm able to recreate. Thanks.