[roll] Roll fuchsia [ffx][target] Define ConnectionStreamError Replace the generic `anyhow::Error` used in connection error channels with a strongly-typed concrete enum `ConnectionStreamError`. This improves the purity and type-safety of the internal target connection management, ensuring specific failure conditions (such as Overnet read/write failures or forwarded SSH stderr logs) are explicitly represented rather than relying on string-erased generic errors. Updated the error queues in `FDomainConnection`, `OvernetConnection`, `FidlPipe`, and `FakeOvernet` to transmit this new concrete error type, and adjusted all corresponding unit tests to verify the new behavior. Test: Ran `fx test ffx_target_lib_test` successfully. Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1603449 Original-Original-Revision: 659cbd3cae6bc20545e6750ca30877c458061966 GitOrigin-RevId: 69a6557f376fcc93eee98f2c430ff80f86bf2199 Change-Id: I6a5d4f849fe9bd867e8b1236158c2fec2e2dc02e
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.