Skip to content

change proto generation to specify explicit ordering of codegen to en…#1445

Open
matthewpeterkort wants to merge 1 commit into
developfrom
feature/deterministic-proto
Open

change proto generation to specify explicit ordering of codegen to en…#1445
matthewpeterkort wants to merge 1 commit into
developfrom
feature/deterministic-proto

Conversation

@matthewpeterkort

Copy link
Copy Markdown
Contributor

Before, proto-depends did not initialize the sub-module that the TES generation references so make gen would error after make proto in a fresh repo. I have added this to the makefile so that users do not trip on this gotcha in the future.

Also, proto codegen used to non-deterministically generate proto. This is annoying because as a developer you want to know for sure if proto has changed or not and the old setup would generate structs in random order so it was unclear whether there was a material change in the structs or not.

…able deterministic proto gen so that developers know when the proto has actually changed. Add support for submodule intialization in proto-depends
@github-actions

Copy link
Copy Markdown

Gen3 Integration Tests

filepath passed skipped SUBTOTAL
tests/test_gen3_workflow.py 25 4 29
TOTAL 25 4 29

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.

1 participant