[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.