[protobuf] Import statement semantics

2018-11-07 Thread Michael Powell
Hello, Is there some documentation concerning import semantics? For starters, I assume that you specify the path. This may be further enhanced by specification of an "import path", not unlike in C++ wherein you may specify include, library, etc, paths. Second, what is the impact of "weak"? "publ

[protobuf] import statement

2012-06-06 Thread mzprx
Hi everyone, i have a problem with import command. I'm trying to build proto files dynamically. That mean I load every file by using FileDescriptorProto => FileInputStream => Tokenizer => Parser. After that a get a FileDescriptorProto. But to be able to use reflection i need build it by calling Bu

[protobuf] import statement

2010-09-24 Thread LakeshoreGuy
I'm having trouble with the import statement and I'm hoping someone can point out a solution. I have many components in my system and I'd like each to have an independent set of messages while still being able to reuse some common messages. So I have 2 files similar to the following: //