[roll] Roll fuchsia [superproject] Roll third_party/pigweed 4fb1841..d2e8ec3 (14 commits)

d2e8ec3 pw_allocator: Improve UniquePtr ergonomics
2f9dd93 pw_{assert,log}: Add keep_dep tags to backend_impl
9fce280 python: Switch from typing.Optional[...] to "... | None"
a7ae303 python: Switch from typing.Union to "|"
cccf699 python: Use argparse.BooleanOptionalAction
29145e1 python: Use pathlib.Path.is_relative_to()
5ae66de python: Switch from typing.Dict to dict
2948598 docs: Add redirects infrastructure and docs contributor section
139448a python: Switch from typing.Tuple to tuple
fd2ad3a python: Switch from typing.List to list
a9f055a pw_package: Match Emboss version used by Bazel
fa8e6c4 pw_multibuf: Add stream implementation
5c8a3f7 pw_channel: Remove max_bytes argument from ReadPoll
c396566 pw_multibuf: Add empty() function

GitOrigin-RevId: f0caf4a6a41b2f657b33bed8f1f22a01f7178e8c
Roller-URL: https://ci.chromium.org/b/8753016346455791777
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1011072
Original-Revision: 717d8f4a59a5b5802e3cef4ecb89c39f37115d07
Change-Id: Ia143f33fab1752281d26d9500a233b7940422e50
1 file changed
tree: a63afc47145fbf1a996ea97cee93e21692f209a7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.