-
Notifications
You must be signed in to change notification settings - Fork 192
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
Basic support of @deprecated trait in Smithy model #1570
Commits on Jul 26, 2022
-
Add helper for creating deprecated attribute
* `Attribute.Custom.deprecated` is the main logic for building up `#[deprecated]` attribute * `RustWriter.deprecatedShape` is the counterpart of `documentShape`, but we do not going to generalize it as what `documentShape` does. Deprecated is only for Rust code and probably won't be used in other output language. Signed-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6804312 - Browse repository at this point
Copy the full SHA 6804312View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f5bc5 - Browse repository at this point
Copy the full SHA b1f5bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5f2357 - Browse repository at this point
Copy the full SHA e5f2357View commit details -
Support
@deprecated
trait for UnionGeneratorSigned-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33831a8 - Browse repository at this point
Copy the full SHA 33831a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0fe8d - Browse repository at this point
Copy the full SHA 1d0fe8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cfd8f - Browse repository at this point
Copy the full SHA 43cfd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 399bdda - Browse repository at this point
Copy the full SHA 399bddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0582908 - Browse repository at this point
Copy the full SHA 0582908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ab717 - Browse repository at this point
Copy the full SHA 77ab717View commit details -
Configuration menu - View commit details
-
Copy full SHA for c051519 - Browse repository at this point
Copy the full SHA c051519View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe8749c - Browse repository at this point
Copy the full SHA fe8749cView commit details -
Use
dq()
helper method instead of escaping by handsSigned-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1899b55 - Browse repository at this point
Copy the full SHA 1899b55View commit details -
Leverage Kotlin null safety well
Signed-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 774ee15 - Browse repository at this point
Copy the full SHA 774ee15View commit details -
Allow
deprecated
rustc lint ruleSigned-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ab77ed - Browse repository at this point
Copy the full SHA 6ab77edView commit details -
Allow deprecated in unit tests
Signed-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8e6644 - Browse repository at this point
Copy the full SHA f8e6644View commit details -
Leverage kotlin null safety check again
Signed-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8161d4 - Browse repository at this point
Copy the full SHA b8161d4View commit details -
changelog: Support @deprecated trait
Signed-off-by: Weihang Lo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3006aac - Browse repository at this point
Copy the full SHA 3006aacView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c42dfe7 - Browse repository at this point
Copy the full SHA c42dfe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7545c - Browse repository at this point
Copy the full SHA 8a7545cView commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b5db8ea - Browse repository at this point
Copy the full SHA b5db8eaView commit details