[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
1 file changed
tree: b3b2aa38aa3b7aa4506f32e545e86647154a10b9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.