[roll] Roll fuchsia [network] Introduce todo_unused macro

The macro serves as a code manifestation of the cultural agreement to
balance two needs that are often in opposition:
- keep CLs small
- avoid introducing code that is not used outside of tests

The macro enforces that a bug number be informed to track the technical
debt with urgency, and annotates statements with `cfg(test)` which
require revisitation organically when the code becomes load-bearing.

This does not address the unfortunate virality of `cfg(test)`, but we
take the advantages above to be sufficient.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/657592
Original-Revision: f4c011301f617d335935c0749697952d24d6bc72
GitOrigin-RevId: 92a38e2dce1107154d5daf92a6dea7b667f3fe36
Change-Id: If0b387bb62d758ceca0d5f8cbe98081cd93ae654
1 file changed
tree: 1645681d56f377a9ff95f4790fae8ad0c5bc35ac
  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.