[roll] Roll fuchsia [fidlc] Sort declarations before emitting

This CL makes fidlc sort declarations by name before emitting them in
the JSON IR or coding tables. Previously, the ordering was determined by
the .fidl source order (and order of files given on the command line).

Motivation: my changes in I3ef8929bcc8bf0cc02f34c55e45e62f65123616d, the
FIDL Versioning CL, ended up having this effect. However, I believe it
to be a beneficial change, so rather than avoiding it, I am doing it
first in this CL explicitly. This will avoid a goldens diff on the
Versioning CL, which is important because it is a huge change and we
want to be sure it doesn't break anything.

Test: fx test fidlc_golden_tests
Original-Bug: 67858 (FIDL versioning)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/663931
Original-Revision: e483ad0e0d2999eaf3502b1f83f39e50d63ec1d9
GitOrigin-RevId: 1c51ba813c6ba868d31750c5f99a9727d70b184c
Change-Id: I4515827502b6a2cc7e98b02003424a92ba8a4933
1 file changed
tree: 62356f22ba0e8455ca2b805128bdb3a224a77aea
  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.