[roll] Roll fuchsia [fidl][python] Make struct fields required

Early iterations of fidlgen_python tried to avoid changing the types of
fields, but it became apparent while porting honeydew that having
optional struct fields was untenable. Code would need to assert the
presence of each struct field which is confusing since struct fields are
always present.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1244745
Original-Revision: 5eccc1c919f01d09788f6d157c8b2e8c3371a3c4
GitOrigin-RevId: 87d0c5c2cbf52900b8f2c625f8702c0cdbbf904f
Change-Id: Ie2b89a125dd202c5dc8c021682c6625aabae34fa
1 file changed
tree: 6acf745f1336f74c62f6c7d0077bfb73014aadbc
  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 in one of the communication channels documented at get involved.

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.