-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
idl: Remove
in_product_since
and internal_deprecated_since
in fav…
…or of `lifecycle` (#6010) idl: Make in_product_since default value explicit and unnecessary with lifecycle provided `in_product_since` was always given a `Some value` for fields, meaning that the exception for a not provided lifecycle parameter would never be triggered. Force to specify either a `lifecycle` (for newer fields), or `in_product_since` (older ones), but not both. No functional change, and all parameters have been made explicit since otherwise this commit would fail to build.
- Loading branch information
Showing
12 changed files
with
6,076 additions
and
1,460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.