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 used the following code for generation, where PROJECT_ROOT is a string with an absolute path to the project.
I tried output dir option and module prefix option. Both end up with an exception.
I was trying to generate ETCD3 client using the following specification https://github.com/kragniz/python-etcd3/tree/master/etcd3/proto and Erlang/OTP 20 on MacOS High Sierra.
Seems like some code generation options don't work as expected.
Protobuff specification resides in
./proto
dir and desirable generated code path is./compiled_client
:I used the following code for generation, where
PROJECT_ROOT
is a string with an absolute path to the project.I tried output dir option and module prefix option. Both end up with an exception.
I guess the problem is caused by this function here https://github.com/Bluehouse-Technology/grpc_lib/blob/master/src/grpc_lib_compile.erl#L42 which doesn't respect possible generated file path or/and name change.
The text was updated successfully, but these errors were encountered: