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

Fix generating lookup for repeated.items.any.in #553

Merged
merged 4 commits into from Sep 19, 2022

Conversation

stitchcula
Copy link
Contributor

Fix generating lookup for:

message RepeatedAnyIn { 
    repeated google.protobuf.Any val = 1 [(validate.rules).repeated.items.any = {in: [
        "type.googleapis.com/google.protobuf.Duration"
    ]}]; 
}

message RepeatedAnyNotIn { 
    repeated google.protobuf.Any val = 1 [(validate.rules).repeated.items.any = {not_in: [
        "type.googleapis.com/google.protobuf.Timestamp"
    ]}]; 
}

Signed-off-by: StitchCula <stitchgl@outlook.com>
@rodaine rodaine added Bug Reports and/or fixes a bug C++ C++ language support Go Go language support labels Jan 13, 2022
Copy link
Contributor

@elliotmjackson elliotmjackson left a comment

Choose a reason for hiding this comment

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

thanks for your contribution @stitchcula

@elliotmjackson elliotmjackson merged commit 1b8cba9 into bufbuild:main Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Reports and/or fixes a bug C++ C++ language support Go Go language support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants