Hi, It seems like the import directive in a proto file does not import the import dependencies of the file being imported. Easier to explain by example here.
Say you have 3 files - a.proto, b.proto, c.proto If b.proto imports a.proto and c.proto imports b.proto, c.proto does not automatically import a.proto. Importing a.proto needs to be explicit. Is there a reason for not supporting automatic import? Thanks. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
