Added support for locally allocated arguments to some functions via [@local] attribute. Local allocation is an experimental compiler extension found at: https://github.com/ocaml-flambda/ocaml-jst
In Expect_test_helpers_base:
Added functions:
am_running_expect_testassert_am_running_expect_testrequire_not_equalrequire_compare_not_equalprint_and_check_round_tripprint_and_check_stringableprint_and_check_sexpablerequire_sets_are_equal.In Expect_test_helpers_core:
?print_limit argument to require_allocation_does_not_exceed and require_no_allocation. This avoids very large output when there are thousands or more allocations.print_bin_ios* functions; use print_and_check_stable_type.show_allocation; instead use require_no_allocation or require_allocation_does_not_exceed.