Skip to content

util: special handle `maxArrayLength` while grouping arrays

This makes sure that large arrays with lots of small entries ignore the ... n more item(s) part since it often resulted in output that users did not expect.

Now that part is printed on a separate line to indicate extra entries.

Now: image

Before:

image

Refs: #27690 (closed)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading