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

Remove the need for operation type aliasing in codegen #1710

Merged
merged 6 commits into from
Sep 7, 2022

Commits on Sep 6, 2022

  1. remove: need for operation type aliasing

    rename: FluentClientGenerics.sendBounds params to be more accurate
    update: FlexibleClientGenerics.sendBounds impl for readability
    update: type of FluentClientGenerator input param `retryPolicyType` to be `Any` with a default of `RustType.Unit`
    update: PaginatorGenerator to take retryPolicy as an input
    chore: fix some spelling and grammar issues
    remove: redundant `nextTokenEmpty` function from PaginatorGenerator
    Velfi committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c66af3d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.next.toml

    Co-authored-by: John DiSanti <[email protected]>
    Velfi and jdisanti authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    66e901d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. add: writable property to RustType that returns the type as a Writable

    add: test for RustType writable
    add: `writable` property to RuntimeType that returns the type as a Writable
    update: FluentClientGenerator to take a writable for retry
    Velfi committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    15142a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae7570 View commit details
    Browse the repository at this point in the history
  3. format: run formatter

    Velfi committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6a65dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fc1643 View commit details
    Browse the repository at this point in the history