Skip to content
Snippets Groups Projects
  • Masood Malekghassemi's avatar
    d953959e
    Enable split code generation · d953959e
    Masood Malekghassemi authored
    To support magical internal build processes, the pb2 files need to be
    split into pure-proto and gRPC parts. This performs that split and
    further fixes bad module names in the test harness that interfered with
    the intended test implementation.
    
    An unfortunate side effect, due to limitations of protoc and holdover
    behavior we must support in major version 1.x, is that trash files are
    generated in split generation. This shouldn't be a problem in normal
    protoc plugin use.
    d953959e
    History
    Enable split code generation
    Masood Malekghassemi authored
    To support magical internal build processes, the pb2 files need to be
    split into pure-proto and gRPC parts. This performs that split and
    further fixes bad module names in the test harness that interfered with
    the intended test implementation.
    
    An unfortunate side effect, due to limitations of protoc and holdover
    behavior we must support in major version 1.x, is that trash files are
    generated in split generation. This shouldn't be a problem in normal
    protoc plugin use.