You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generator should support generating boolean and number shapes as both boxed and unboxed. This would prevent the need to generate members of these shapes being rendered as pointers, and can be values instead.
…#232)
Adds a new KnowedgeIndex implementation GoPointableIndex this index declares when a shape should be a pointer or value type in Go code. Updates the SDK's code generation so that all non-sparse list and maps are rendered with value members instead of pointers. This null-ability applies to number and boolean members to that are not explicitly decorated as boxed.
Fixes#128Fixes#127Fixes#149
The generator should support generating boolean and number shapes as both boxed and unboxed. This would prevent the need to generate members of these shapes being rendered as pointers, and can be values instead.
https://awslabs.github.io/smithy/1.0/spec/core/model.html?highlight=boolean#default-values
The text was updated successfully, but these errors were encountered: