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

Use the SymbolProvider and Model directly from the Smithy plugins #1438

Commits on Jun 3, 2022

  1. Use the SymbolProvider directly from the Smithy plugins

    Despite all the decorators and protocols that we have, there aren't any
    `RustCodegenDecorator`s or `ProtocolGeneratorFactory`s that are
    modifying the base symbol provider that the Smithy plugin provides. So
    we can use directly the base symbol provider everywhere and remove the
    methods from these interfaces to make the code a little bit simpler.
    
    Likewise, there isn't a single `ProtocolGeneratorFactory` that
    transforms the base model that the Smithy plugin provides.
    david-perez committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    862f073 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Don't star-import

    david-perez committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    96c04d1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into davidpz/use-the-_sy…

    …mbolprovider_-and-_model_-directly-from-the-smithy-plugins
    david-perez committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    d7c2c73 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into davidpz/use-the-_symbolprovider_-and-_model_…

    …-directly-from-the-smithy-plugins
    Velfi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1542655 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Merge remote-tracking branch 'upstream/main' into davidpz/use-the-_sy…

    …mbolprovider_-and-_model_-directly-from-the-smithy-plugins
    david-perez committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    10a5b39 View commit details
    Browse the repository at this point in the history
  2. fix

    david-perez committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f664633 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Merge remote-tracking branch 'upstream/main' into davidpz/use-the-_sy…

    …mbolprovider_-and-_model_-directly-from-the-smithy-plugins
    david-perez committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a0dd263 View commit details
    Browse the repository at this point in the history