Attention needed from Adam Barth and Owners Override
Adam Perry has uploaded the change for review![Open in Gerrit]()
Adam Perry would like Owners Override and Adam Barth to review this change.
Commit message
[zx][rs] Remove HandleBased::from_handle.
There are a few categories of usage with different
replacements:
1. working around lack of inherent duplicate/replace on
typed handle wrappers, replaced with usage of those
new methods
2. used the same way From<NullableHandle> works,
replaced with that
3. creating an invalid/null typed handle wrapper, replaced
with the new invalid() inherent method added to
typed handle wrappers
4. performing identity conversions, those usages are
just removed
NO_IFTTT=superficial api change
Bug: 434763877
Change-Id: Id66465e31da3e19a7673e6bb2e2a1104f55bf5cc
Change information
Files:
- M sdk/rust/zx/src/handle.rs
- M sdk/rust/zx/src/macros.rs
- M src/connectivity/overnet/lib/core/src/peer/mod.rs
- M src/connectivity/overnet/lib/core/src/proxy/handle/channel.rs
- M src/connectivity/overnet/lib/core/src/proxy/handle/event_pair.rs
- M src/connectivity/overnet/lib/core/src/proxy/handle/socket.rs
- M src/connectivity/overnet/lib/core/src/router/mod.rs
- M src/connectivity/overnet/tests/fidl/src/lib.rs
- M src/connectivity/wlan/testing/hw-sim/src/test_utils.rs
- M src/connectivity/wlan/tests/drivers-only/common/src/lib.rs
- M src/lib/fdomain/container/src/lib.rs
- M src/lib/fidl/rust/gidl_util/src/lib.rs
- M src/lib/fidl/rust/handle_tests/src/channel.rs
- M src/lib/fuchsia-async/src/handle/emulated/mod.rs
- M src/lib/pty/src/pty.rs
- M src/lib/ui/carnelian/src/view/strategies/display_direct.rs
- M src/starnix/lib/usercopy/src/lib.rs
- M src/starnix/modules/kgsl/libmagma/kgsl_libmagma.rs
- M src/starnix/modules/magma/BUILD.gn
- M src/starnix/modules/magma/image_file.rs
- M src/starnix/runner/lib/kernel_manager/src/suspend.rs
- M src/sys/lib/task-exceptions/src/lib.rs
- M src/sys/test_runners/src/launch.rs
- M src/ui/lib/input_pipeline/src/touch_injector_handler.rs
- M src/virtualization/bin/guest/src/vsh/pty.rs
Change size: M
Delta: 25 files changed, 67 insertions(+), 106 deletions(-)
Open in GerritRelated details
Attention is currently required from:
- Adam Barth
- Owners Override
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Id66465e31da3e19a7673e6bb2e2a1104f55bf5cc
Gerrit-Change-Number: 1504990
Gerrit-PatchSet: 3
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.