Are there any mechanisms provided by protoc that would allow one protoc plugin to provide data (not file content) that can be consumed by a subsequent protoc plugin on the same protoc run? I want to be able to give users of my plugin a way to control the output of the main plugin based on logic that they would program into their own plugin. The output of that logic would be consumed by the main plugin and impact its behavior (for example, modify field names and types). Alternatives could be communicating through the filesystem/pipes, or developing a sub-plugin framework under my own plugin - which aren't ideal.
Thanks, -Nadav -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/CANZcNEo1HD1W5V4-NQ8Jt0v%3DKy2Bif%2BuZOV%3DHPGxxaV_VYDnAQ%40mail.gmail.com.
