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

fix: value type enums #674

Merged
merged 3 commits into from
Nov 1, 2024
Merged

fix: value type enums #674

merged 3 commits into from
Nov 1, 2024

Conversation

ShubhamChaturvedi7
Copy link
Contributor

Issue #, if available:

Description of changes:

  1. Fixes the value and non-value / pointer types enum in LocalService
  2. Consolidates optional vs non-optional enums in aws-sdk
  3. Drops shapeName pointable list.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ShubhamChaturvedi7 ShubhamChaturvedi7 marked this pull request as ready for review October 30, 2024 23:04
@ShubhamChaturvedi7 ShubhamChaturvedi7 requested a review from a team as a code owner October 30, 2024 23:04
Copy link
Member

@rishav-karanjit rishav-karanjit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments. Nothing major

if (this.isOptional) {
final String unAssertedDataSource = dataSource.startsWith("input.(")
var unAssertedDataSource = dataSource.startsWith("input.(")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we reassign this anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was but then I ended up simplifying a lot of if blocks - finalized it.

Copy link
Member

@rishav-karanjit rishav-karanjit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShubhamChaturvedi7 ShubhamChaturvedi7 merged commit 7827c61 into Golang/dev Nov 1, 2024
86 checks passed
@ShubhamChaturvedi7 ShubhamChaturvedi7 deleted the Golang/enum_bug_fix branch November 1, 2024 22:18
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.

2 participants