Skip to content
New issue

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

when imported proto file changed, rebar3 compile will not recompile the proto, any ideas? #93

Closed
zhangr011 opened this issue Oct 12, 2016 · 3 comments

Comments

@zhangr011
Copy link

---- 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.

@tomas-abrahamsson
Copy link
Owner

Sorry, I don't know. This would be an issue for https://github.com/lrascao/rebar3_gpb_plugin which does the compilation.

@zhangr011
Copy link
Author

thanks, i'll move this issue to https://github.com/lrascao/rebar3_gpb_plugin.

@tomas-abrahamsson
Copy link
Owner

Closing this issue here since it is continued over in lrascao/rebar3_gpb_plugin#30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants