Skip to content

util: change inspect's default depth from 2 to 4

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

When dealing with somewhat deep objects, the default depth of 2 is often a hindrance when using the console to log said objects. This changes the default depth to a more reasonable 4.

Merge request reports

Loading