[roll] Roll fuchsia [fonts] Box large variants in AssetCollectionError Reduces the stack size of AssetCollectionError to satisfy the clippy::result_large_err lint. Previously, variants like PackagedFileError and UncachedEphemeral held large structs (PackageLocator) and Errors directly on the stack, exceeding the 128-byte threshold. By boxing these fields, we move the heavy data to the heap, improving performance on the happy path by reducing the amount of data copied when Results are passed across await points. Original-Bug: 476401781 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1477173 Original-Revision: 3da9ff96c9d4b2ce82ec19b322d0d4ccf1873a1d GitOrigin-RevId: 5cc712a84517572f6c21eb48944ed3cfe71ac369 Change-Id: I77500f97b8f69183510c161d406a05237cda92b2
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.