- namespace xrpl { namespace test { -> namespace xrpl::test, matching the rest
of src/test (modernize-concat-nested-namespaces).
- EntryTestEnv no longer holds its ApplyViewImpl in a std::optional. Funding
moved to a private helper called from the member initializer list, so both
members are initialized once and there is no unchecked optional access.
- [[nodiscard]] on read(), apply() and someID(); const on the writable entry in
expectKeylet and on fromView in SLEBase_test.
- ApplyViewContext built with designated initializers.
- Prune the includes the generated suites carried but never used. Applied via
run-clang-tidy -export-fixes with the repo hook's path canonicalisation, then
fix_include_style.py; UintTypes.h regrouped by hand.