Skip to content

Comments

Added DataTypeIdentifier to ValidationFlow#212

Open
raphael-goetz wants to merge 2 commits intomainfrom
210-add-data-type-identifier
Open

Added DataTypeIdentifier to ValidationFlow#212
raphael-goetz wants to merge 2 commits intomainfrom
210-add-data-type-identifier

Conversation

@raphael-goetz
Copy link
Member

Resolves: #210

@raphael-goetz raphael-goetz marked this pull request as ready for review February 20, 2026 11:47
@@ -16,8 +16,8 @@ message ValidationFlow {
// All custom data types used in this flow
repeated shared.ExecutionDataType data_types = 4;
Copy link
Member

Choose a reason for hiding this comment

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

All the rule objects only contain a string for the data_type_identifier. I think we also need to adjust them to contain shared.DataTypeIdentifier instead. That also means that we could drop the separation between definition and execution for those rules

Copy link
Member Author

Choose a reason for hiding this comment

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

Alright, but rules like InputTypes, ReturnType and ParentType are still not needed in this context?

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.

Make validation flow have data type identifiers instead of data types

2 participants