[roll] Roll fuchsia [fidl][fix] Add fixable reports

These reports are used to inform the user that they have a problem in
their source FIDL that the fidl-fix tool can automatically fix for them.
Fixable errors/warnings are only shown to the user if there are no other
compilation blocking errors, and only if the |Reporter| is not
configured to silence them (otherwise we could get a situation where one
fixable error prevents fidl-fix from repairing another successfully).

Test: fx test fidlc-test
Original-Bug: 114357
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/769004
Original-Revision: ba6c845bca5e9f9c99d7c6ca9f452f8c1ad0d748
GitOrigin-RevId: 1c43eee16594aff3e4100b2818f53761cbae28d1
Change-Id: Id75c87e7c63ba6a148369c882dd7262b8a4034d2
1 file changed
tree: ab577a046f74cc38b047bf0acccb396aadaa8b4d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.