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

Filter out synthetic traits before turning those into LoadOperations #1358

Merged

Commits on Aug 18, 2022

  1. Filter out synthetic traits before turning those into LoadOperations

    Synthetic traits should not be parsed again. That will cause a
    failure, for instance, if we import a 1.0 model that has @enum
    traits. If we try to reparse them this will fail with an error
    
    Unable to resolve trait `smithy.synthetic#enum`
    sugmanue committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c559fda View commit details
    Browse the repository at this point in the history