[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
1 file changed
tree: 0d5456b321bc1cf7644fde06412a96527e698328
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.