Commit Graph

2 Commits

Author SHA1 Message Date
Mayukha Vadari
46b72e693c fix clang-tidy findings in the entry test suites
- 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.
2026-08-13 12:45:34 -04:00
Mayukha Vadari
2791e6e14b add tests, respond to feedback 2026-08-12 17:21:26 -04:00