[roll] Roll fuchsia [fidlfmt] Add DivisibleSpanSequence to the formatter

As of the previous change, the formatter had no way to describe lines
that should be wrapped if they grow overlong, as DivisibleSpanSequence
was not yet implemented.  This change implements it, allowing us to
properly test our first wrapping use case: `use foo as bar;`, with the
wrapping happening before the `as` token if needed.

Additionally, this change fixes a few edge case bugs from the previous
one.

Test: fidldev test fidlc
Original-Bug: 73507
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/535543
Original-Revision: 9aa55af1c746dfb33a6f4a05e5cd32d730f7e651
GitOrigin-RevId: 2c2923b9b2688947cb509e872482b90f038b459c
Change-Id: I6744e13949c1ed9dad4498b1e9c7fc8ce38f6b88
1 file changed
tree: 3c812a81a30fa68b392776ec76de5b180b423f87
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.