[roll] Roll fuchsia [fidlfmt] Fix new formatter crash

Previously, the formatter made the incorrect assumption that, in the
case where a protocol has both `compose` and method clauses, the first
instance of the former would always precede the first instance of the
latter.  This is not necessarily true, so we now check to see which of
the two comes first.

Test: fidldev test fidlc
Original-Bug: 73507
Original-Fixed: 78688
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/542823
Original-Revision: 7ba01d3d2a51fa1b726763fb15ce30f87ad9f7a4
GitOrigin-RevId: c0285dba82ee23481c455f719cd1462f96eb6f7b
Change-Id: Iaf2d1ec89c069613c8fe62e26fff89febe1b2c96
1 file changed
tree: 9ae5a4c3b7f16384ef8a366032488352306eeaf5
  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.