Hunter Freyer would like Owners Override to review this change.
[sdk] Retire API level 16.
... Could it be? Is it really gone????
Bug: 350050052
Bug: 42157740
Bug: 42077935
Depends-on: turquoise-internal:I9ea02a45d7893ebb5b79f454aaac2103284cce5b
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
API-Review | +1 |
Commit-Queue | +1 |
Fuchsia-Auto-Submit | +1 |
Bug: 350050052
Hunter FreyerAlso addresses parts of 42157740, 42077935.
Done
/// A helper to convert to the backing FIDL type, while maintaining
/// backwards compatibility of removed fields.
trait IntoFidlBackwardsCompatible<F> {
fn into_fidl_backwards_compatible(self) -> F;
}
// TODO(https://fxbug.dev/42157740): Remove this implementation.
impl<I: finterfaces_ext::FieldInterests> IntoFidlBackwardsCompatible<finterfaces::Properties>
for finterfaces_ext::Properties<I>
{
fn into_fidl_backwards_compatible(self) -> finterfaces::Properties {
finterfaces::Properties { ..finterfaces::Properties::from(self) }
}
}
Hunter FreyerCan the whole thing be removed?
Probably, but I tried and it wasn't trivial.
// TODO(https://fxbug.dev/42077935) switch to get_resolved_declaration once OK for ffx compat
Hunter FreyerDelete
Done
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/sys/lib/component_debug/src/realm.rs
Insertions: 0, Deletions: 1.
@@ -364,7 +364,6 @@
realm_query: &fsys::RealmQueryProxy,
) -> Result<ComponentDecl, GetDeclarationError> {
let moniker_str = moniker.to_string();
- // TODO(https://fxbug.dev/42077935) switch to get_resolved_declaration once OK for ffx compat
let iterator = match realm_query.get_resolved_declaration(&moniker_str).await? {
Ok(iterator) => Ok(iterator),
Err(fsys::GetDeclarationError::InstanceNotFound) => {
```
[sdk] Retire API level 16.
... Could it be? Is it really gone????
Bug: 350050052
Bug: 42157740
Bug: 42077935
Depends-on: turquoise-internal:I9ea02a45d7893ebb5b79f454aaac2103284cce5b
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Change has been successfully rolled: https://turquoise-internal-review.googlesource.com/1019924
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |