commit | 9371a73928ed333c1aa42d6ce92e081371bf09cf | [log] [tgz] |
---|---|---|
author | Chris Drouillard <cdrllrd@fuchsia.infra.roller.google.com> | Wed Nov 08 20:05:58 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 08 12:07:15 2023 -0800 |
tree | 2e12b519a0c94663417732eb9ec86686415ee696 | |
parent | f93b8b468c436ceb2e7589cc91b31b418ca90bb1 [diff] |
[roll] Roll fuchsia [fxfs] Improve BoxedLayerIterator async_trait boxes the futures returned by async trait methods. Using async_trait to implement Trait for Box<dyn Trait> when the methods all forward to the boxed object results in the futures being double boxed. By manually implementing the generated async_trait methods, the extra layer of boxes can be avoided. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/943392 Original-Revision: de3f7a470fa9ac75a9ed8957d270707718b045e9 GitOrigin-RevId: 50d61d2f3b658a098a33bc2cdf709ff0f32c0cce Change-Id: I71cbfff33c4094644f55a874f5c6c8e68d3d4f63
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
.