tree: 0495c7e0fc9969f20055bfeb24f5619dd468c5c0 [path history] [tgz]
  1. find_nullable_union_fields.py
  2. format_unions.py
  3. README.md
  4. transformer_tests_porting_status.sh
tools/fidl/scripts/README.md

FIDL scripts

This directory contains scripts used by FIDL contributors. When writing a script, consider saving it here if there is any chance it could be reused, including being used as a reference for future scripts. All scripts must be documented in this file.

find_nullable_union_fields.py

This script analyzes all .fidl files in the fuchsia repository and reports occurrences of nullable fields in unions.

transformer_tests_porting_status.sh

This script compares the following files:

  • tools/fidl/gidl-conformance-suite/transformer.gidl
  • zircon/system/utest/fidl/transformer_tests.cc

It lists tests and reports which ones are only found in one location.