We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
---- rebar.config ---- {provider_hooks, [ {pre, [{compile, {protobuf, compile}}, {clean, {protobuf, clean}}]} ]}.
---- pb_17.proto ---- syntax = "proto3"; package protobuf; import "pb_common.proto"; ...
---- pb_common.proto ---- syntax = "proto3"; package protobuf; ...
when pb_common.proto changed, rebar3 compile will not compile pb_17.proto.
The text was updated successfully, but these errors were encountered:
Sorry, I don't know. This would be an issue for https://github.com/lrascao/rebar3_gpb_plugin which does the compilation.
Sorry, something went wrong.
thanks, i'll move this issue to https://github.com/lrascao/rebar3_gpb_plugin.
Closing this issue here since it is continued over in lrascao/rebar3_gpb_plugin#30
No branches or pull requests
when pb_common.proto changed, rebar3 compile will not compile pb_17.proto.
The text was updated successfully, but these errors were encountered: