[roll] Roll fuchsia [zither] Minor internal API tweaks Previously we were treating Go pointers like C pointers and avoiding 'copying', having functions be functions of pointers to 'large' data instead of the data directly. This is not always a performance win: in particular, passing around pointers can lead to the runtime doing more escape analysis. Conventional wisdom appears to suggest only using pointers in functions when we desire to mutate the data or allow for its absence. We update a number of functions accordingly. Also, we combine the `generator` methods of `Generate()` and `Outputs()` in having the former return the latters return value (unknown why this author structured things differently initially). Original-Bug: 51002 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/706595 Original-Revision: cb4c51f56485d2bd5777c8c6ded5862fda99fccf GitOrigin-RevId: 19a174a7d74ad65f50c4a4136cdb640df3e47098 Change-Id: Ifed737599b21e57a2f5726757b9a7444345fa16f
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.