johnstonskj / rust-atelier

Rust native core model for the AWS Smithy IDL
MIT License
77 stars 11 forks source link

[SPEC] Check for any existing unresolved shape on `add_shape` #3

Closed johnstonskj closed 3 years ago

johnstonskj commented 4 years ago

Is your request related to a problem? Please describe. Model::add_shape has to determine if any existing unresolved shape exists and merge, not overwrite.

The Smithy spec says... It doesn't say, the behavior has to be inferred

Additional context Add any other context or screenshots about the feature request here.

johnstonskj commented 3 years ago

Completed