[roll] Roll fuchsia [fidlc] Sometimes we have no ordinals on a method

Due to previous compilation errors, we might not have an ordinal on a
method, and must therefore protect the access.

Implementing the restriction on `fuchsia.io` requiring explicit ordinals
as a compiler check, rather than an assert. This avoids the compiler
failing in a more obscure way, and is more in line with how fidlc is
meant to operate.

Original-Bug: 77623
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582341
Original-Revision: b7866d4c61e705d49589b6b06556ea011a3789d8
GitOrigin-RevId: c46d724d44ff8be9006f93fbc9cc49a376227407
Change-Id: I84da4b3e904770522b7e01f12590686df84cdc55
1 file changed
tree: 0c7b000944ccedb516eca8ee699fcea792f111cc
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.