Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making pb2 auto-gen script also copy over .proto files. #1317

Merged
merged 1 commit into from
Jan 14, 2016

Commits on Jan 14, 2016

  1. Making pb2 auto-gen script also copy over .proto files.

    Fully revamping the script to be more read-able, split
    into sections:
    
    - Compile `.proto` to `_pb2.py` files
    - Move over `_pb2.py` files into our library
    - Clear out old `.proto` files in library
    - Move over the newly compiled `.proto` files into library
      and remove the executable bits and prepend them with `_`
    dhermes committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    d97004a View commit details
    Browse the repository at this point in the history