[roll] Roll fuchsia [dl] RetrieveFile returns fit::result
RetrieveFile returns a `fit::result<std::optional<Error>, File>` with
the following semantics:
- fit::error{std::nullopt} is a not found error
- fit::error{Error} is some other system error described by
elfldltl::ZirconError or elfldltl::PosixError (or any error type that
can be passed to Diagnostics::SystemError).
- fit::ok{File} is the found elfldltl File API type for the module
Original-Bug: 336633049
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1039151
Original-Revision: 25060466cc8a91d496b06f981377c2dc8225afba
GitOrigin-RevId: d8a9544cd076690b182e3c67806724b234f689cf
Change-Id: I08288b87be4a44036b0c8062eb8d1f880f0ac4b8
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 via the IRC channel #fuchsia on Freenode.
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.