[roll] Roll fuchsia [fidlc] Improve error message for @available order This CL improves the error message for invalid @available arguments. Before, it always said "must have added <= deprecated < removed". Now, it shows an inequality that only includes the arguments that were provided in the attribute. For example, @available(added=1, removed=1) would result in "must have added < removed". This is motivated by the RFC I7dde41ca04a378a36ca4be55afc6a7b3450d1c86 which adds a "replaced" argument. The "removed" and "replaced" arguments are mutually exclusive, so showing both at once would be confusing. Test: fx test fidlc-test Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/936469 Original-Revision: 84536577acec622801be7cdcc181c46171e49ed9 GitOrigin-RevId: d2bb97fa8bd95ccc639e46ca8ccac17a6722c323 Change-Id: I45c942840f76132b3ef37a0ddf7f08ae964675dd
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.