ansys / ansys-tools-protoc-helper

Utility for compiling .proto files to Python source
https://ansys.github.io/ansys-tools-protoc-helper/
MIT License
7 stars 0 forks source link

Copy dependencies into a single directory #22

Closed greschd closed 2 years ago

greschd commented 2 years ago

Copies dependencies into a single directory instead of one directory per entry point. This avoids 'protoc' erroring out when a .proto exists in multiple entry points. When the two files are not identical, a warning is emitted.

Changes the semantics of the entry point name: Previously, it was arbitrary. Now, the location to which the .protos are copied can be (optionally) specified after a semicolon.

Always include the base google .proto files.

greschd commented 2 years ago

@akaszynski do you want to include a version tick to 0.1.0a2 here, to release after merge?

akaszynski commented 2 years ago

@akaszynski do you want to include a version tick to 0.1.0a2 here, to release after merge?

We typically do release branches, that way when you pull master you know what branch. Let's change it to 0.0.dev0, plus it won't pollute our commit history.