[roll] Roll fuchsia [fidlc] Implement FIDL Versioning

This CL implements the fidlc parts of "RFC-0083: FIDL Versioning":
https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0083_fidl_versioning

It allows a FIDL file like test.fidl:

    @available(added=1)
    library foo.bar;
    @available(added=2, deprecated=5, removed=HEAD)
    type Foo = struct {};

To be compiled like this:

    fidlc --json test.json --available foo:2 --files test.fidl

Test: fx test fidl-compiler
Original-Bug: 67858 (FIDL versioning)
Original-Fixed: 85932 (ErrAttributeArgNotNamed reports empty string)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/580349
Original-Revision: 2bf3da036afe4df2bae9b02f4e9a1383e5e00211
GitOrigin-RevId: a48568a0b6e6a9aaf007a2de8a0c358c85fb416e
Change-Id: I7f9abf98a49ac85f4daf397d3409db7155986728
1 file changed
tree: 217b8df1848122d3f2548b9eb74095ebe1a71b67
  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.