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

proto: add python and cpp #139

Merged
merged 2 commits into from
Sep 29, 2022
Merged

proto: add python and cpp #139

merged 2 commits into from
Sep 29, 2022

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Sep 29, 2022

  • remove auto-gen files
  • proto: add python and cpp

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
Copy link
Contributor

@PWAlessi PWAlessi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I think it makes sense to remove the .pb.go files.

Copy link
Contributor

@mestery mestery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup!

@@ -5,5 +5,7 @@
all:
rm -rf ./proto/{autogen.md,*.pb.go}
docker run -v "${PWD}":/defs namely/protoc-all:1.47_2 --lint -d proto -l go -o ./proto/ --go-source-relative
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do this in one go with commas between generated versions? I'm fine either way.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted separate commands to maybe use separate folders for generated files later on...
will dig into documentation a bit...

@glimchb glimchb merged commit 95b2b4b into opiproject:main Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants