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

Upgrade to smithy 1.25.0 #386

Merged
merged 1 commit into from Sep 14, 2022
Merged

Upgrade to smithy 1.25.0 #386

merged 1 commit into from Sep 14, 2022

Conversation

syall
Copy link
Contributor

@syall syall commented Sep 7, 2022

Dependent on Smithy 1.25.0 release, BLOCK merging until then.

Issue #, if available:

N/A


Description of changes:

Note: This change introduces break/fix's for pointable types.

Update paginators code generation

  • Use the member shape to check pointability instead of the target shape for passing the limit from the options to the params.

Fix GoPointableIndex bugs

  • isMemberDereferencable() previously used the isShapeDereferencable() method, but now is switched to check the that it is NOT in the INHERENTLY_NONDEREFERENCABLE set.

  • isMemberPointable() used to incorrectly categorize pointability due to an incorrect condition using NullableIndex::isNullable() method, but is now using a new conditionals and the updated NullableIndex::isMemberNullable() method with the CLIENT_ZERO_VALUE_V1_NO_INPUT check mode.

Chores:

  • Add mavenLocal to codegen build file

Testing:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@syall syall requested a review from a team as a code owner September 7, 2022 17:10
Update paginators code generation

- Use the member shape to check pointability instead of the target
  shape for passing the limit from the options to the params.

Fix GoPointableIndex bugs

- `isMemberDereferencable()` previously used the
  `isShapeDereferencable()` method, but now is switched to check the
  that it is NOT in the `INHERENTLY_NONDEREFERENCABLE` set.

- `isMemberPointable()` used to incorrectly categorize pointability
  due to an incorrect condition using `NullableIndex::isNullable()`
  method, but is now using a new conditionals and the updated
  `NullableIndex::isMemberNullable()` method with the
  `CLIENT_ZERO_VALUE_V1_NO_INPUT` check mode.

Chores:

- Add mavenLocal to codegen build file
@jasdel jasdel merged commit 4be3d11 into aws:main Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants