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 requiredMemberMode default on codegen-test #688

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

srchase
Copy link
Contributor

@srchase srchase commented Feb 7, 2023

#566 introduced the requiredMemberMode codegen option.

This PR removes this setting from being set in smithy-typescript-codegen-test, resulting in the default nullable mode being used. It is being removed to avoid confusion as the strict mode should only be used under special cases and in lieu of other documentation, the smithy-typescript-codegen-test may serve as an example for other codegen implementations.

The strict mode deserves better testing and documentation. A future PR will add additional testing and documentation.

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

@srchase srchase requested review from a team as code owners February 7, 2023 20:57
@srchase srchase merged commit 1ea35c7 into smithy-lang:main Feb 7, 2023
@srchase srchase deleted the requiredMemberMode-default branch February 7, 2023 21:22
srchase added a commit to srchase/smithy-typescript that referenced this pull request Mar 17, 2023
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