Skip to content

Update function-schemata sub-module to HEAD (5db8cea)

Cory Massaro requested to merge sync-function-schemata into main

New changes:

  • 1889bb1 definitions: Create new error type, Z527/Unable to convert to canonical form
  • fe7df9c Prevent infinite recursion when a ZObject is degenerate.
  • a4a7edf definitions: Add Z4K4/equality for Z6/String, Z40/Boolean, and Z86/Code point
  • 47a8fb3 tests: Add direct tests for fileUtils
  • ea8bf2c fileUtils: Add a file read size limit for server safety
  • e91d8ec Migrate all uses of fs.readFileSync to new readFileLimited() method
  • bd2d0e4 test_data/errors/canonical_Z2.yaml: Update PHP-expected errors for one case
  • 14b1af8 tests: Use error.js's error constants, for coverage
  • 05d9ec4 tests: Use a non-Z500 example too
  • 5db8cea definitions: Add Z1229/zgh-latn ZNaturalLanguage

Bug: T302519
Bug: T320507
Bug: T354917
Bug: T361126
Bug: T361260

Merge request reports