[roll] Roll fuchsia [fidl] Backends treat lower_snake_case and UpperCamelCase as synonyms

The following backends have been updated to treat lower_snake_cased
attributes like "foo_bar" as equivalent to UpperCamelCased ones like
"FooBar:"

*   lib/fidlgen-based:
    *   cpp
    *   dart
    *   hlcpp
    *   fidlmerge
    *   libfuzzer
    *   llcpp
    *   rust
*   fidldoc
*   Banjo
*   Kazoo

The following backends do not appear to rely on attributes, and have
thus not been modified:

*   fidl_codec
*   GIDL
*   measure_tape

Additionally, a bug has been fixed in the Kazoo's Go syscall generation:
a protocol method that was previously marked "[Blocking]" was not being
generated as such due to the casing mismatch ("[blocking]" was
expected).  This is now producing the proper code.

Test: fx test //src/devices/tools/banjo
Test: fidldev test fidldoc
Test: fidldev test fidlgen
Test: cd zircon/tools/kazoo && ./runtests
Original-Bug: 74955
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521808
Original-Revision: 39d4e3fcebcbddf768adb05aeb3c76b069374b7a
GitOrigin-RevId: 7c6dddc1ee1dcbc6f6b8aa659433b2edc77c6b6e
Change-Id: I7ff44896ecbf33005475fba8caf0e0381ce3b447
1 file changed
tree: 3488d3a83ec2f4031871d4af28d738f98a4bf861
  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.