-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update aws smithy version #1419
Update aws smithy version #1419
Conversation
@@ -159,7 +159,6 @@ object ErrorMessageTraitValidatorSpec extends FunSuite { | |||
.assemble() | |||
|
|||
val expected = List( | |||
noErrorTrait(union), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: not sure what recent changes made this test fail because of this. Maybe these 2 Smithy validations have been separated and are not reported in parallel: traits validations and custom validations
edit: maybe it comes from this release: https://github.com/smithy-lang/smithy/releases/tag/1.44.0 , seems it might be this: smithy-lang/smithy#2098
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that makes sense 👍
@@ -20,7 +20,9 @@ sealed abstract class EnumResult(_value: String, _name: String, _intValue: Int, | |||
object EnumResult extends Enumeration[EnumResult] with ShapeTag.Companion[EnumResult] { | |||
val id: ShapeId = ShapeId("smithy4s.example", "EnumResult") | |||
|
|||
val hints: Hints = Hints.empty | |||
val hints: Hints = Hints( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's prevent the rendering the Box
trait altogether.
@miguel-vila, you need to re-run |
PR Checklist (not all items are relevant to all PRs)