There's something wrong to get .[...]
type
#351
Labels
Kind:Bug
A bug. Can be a documentation bug, Dialyzer issue, or anything that just "doesn't work".
.[...]
type
#351
Hey everyone! First of all, thank you for this great lib! ❤️
I just came across this issue that literally asks me to contact the lib author, so here I am 🤣
I'm trying to use
import public
from ashared.proto
file to aggregate multiple packages in one file; Then, in another proto, I importshared.proto
and try to use one of the packages imported in it. As soon as I try to runprotoc
it gives me the error:I created an example project that you can use to reproduce the error here: https://github.com/tdtadeu/proto-error
And just for context, in case you wonder, the reason why I defined those enums in different files is because Protobuf won't allow me to use the same value for different enums (in my example,
leg_status.proto
andarm_status.proto
both define valuesup
,down
andunknown
).I hope this is enough information, but if not please let me know how else I can help.
The text was updated successfully, but these errors were encountered: