-
Notifications
You must be signed in to change notification settings - Fork 197
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
Supress warnings for deprecated shapes #2047
Comments
Did you mean I think we actually have a path forward to stop referencing both of these in our code. |
For enums: #1932 (waiting for a conversation with the smithy team to be resolved) I'll cut one for sets |
Yes, I meant We can't remove all references of override fun setShape(shape: SetShape) {} don't compile if you replace that with Edit: Looks like the default impl for |
Duplicate of #1670 |
We still support a bunch of deprecated shapes (
EnumShape
EnumTrait
,SetShape
), and these generate a lot of warnings while building.The text was updated successfully, but these errors were encountered: