[roll] Roll fuchsia [fidl][fidlc] Fix modifier parser bug

The prior code would include leading attribute lists in the span for the
unknown interactions modifiers, so for examples we might get a protocol
modifier span of `@attr open` for the declaration `@attr open protocol
MyProtocol {};`.

The issue has been fixed, and span testing has been modified to take
place with the unknown interaction flag flipped on going forward.

Test: fx test fidl-test
Original-Bug: 114357, 88366
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/776325
Original-Revision: bff300df9259cd685882862f2688cbbf6a3d7fbe
GitOrigin-RevId: a07d524d107a980d8880ffd04005365385f147d6
Change-Id: Idd85826d61cb30979a25499e3b89ba7dd76b7653
1 file changed
tree: 68d5437cf6b652132f6a2a13cca439d2835d0f82
  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.