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

Lower UnboundTestOperation to WARNING #2432

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Oct 24, 2024

Consumers of this package using the includeServices transform may not also be running removeUnusedShapes, leaving behind operations that then trip this validation and cause an error. Lowering this to a warning still emits a message but doesn't block consumers until we find a better strategy for running this validation at Smithy-only build time.

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

Consumers of this package using the `includeServices` transform may not
also be running `removeUnusedShapes`, leaving behind operations that then
trip this validation and cause an error. Lowering this to a warning still
emits a message but doesn't block consumers until we find a better strategy
for running this validation at Smithy-only build time.
@kstich kstich requested a review from a team as a code owner October 24, 2024 15:20
@kstich kstich requested a review from hpmellema October 24, 2024 15:20
@kstich kstich merged commit ce7b765 into main Oct 24, 2024
14 checks passed
@kstich kstich deleted the lowerUnboundOperationValidation branch October 24, 2024 15:35
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