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

Recognize the stateful marshaller shape #71355

Merged
merged 10 commits into from
Jun 29, 2022

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    94d3896 View commit details
    Browse the repository at this point in the history
  2. Implement the stateful marshaller shape, excluding pinning features.

    Add unit tests for basic marshalling features with the stateful shapes (no optional feature tests yet).
    jkoritzinsky committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f610136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2757fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    840ec82 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Fix failing test by checking if the marshaller type has any of the en…

    …try-point attributes separately. This allows us to disambiguate between the scenario where none of the marshallers from the scenario where none of the new attributes are used.
    jkoritzinsky committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0d68e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18b0bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be5df0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Fix build

    jkoritzinsky committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    324f092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4f742e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66f383a View commit details
    Browse the repository at this point in the history