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

Account for NestedType in static traversal validation #31532

Merged
merged 2 commits into from Aug 9, 2022

Commits on Aug 4, 2022

  1. handle nested types in StaticValidateTraversal

    The StaticValidateTraversal code was not taking into account nested
    structural types. Rather than create more special cases for checking
    Type vs NestedType, we move the ImpliedType method up to the Attribute
    to ensure both are used to generate the final type spec.
    jbardin committed Aug 4, 2022
    Copy the full SHA
    43100fb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fd76846 View commit details
    Browse the repository at this point in the history