reitit/test/clj
Joel Kaasinen 75faf709e2
fix: create-exception-middleware for deep hierarchies
The code was not finding the closest ancestor to the error type,
because `ancestors` is not ordered. Now the code does a DFS to find a
nearest ancestor. If the nearest ancestor is non-unique, an arbitrary
one is picked.
2026-01-09 09:26:21 +02:00
..
cljdoc fix spec tests + format 2023-01-21 10:58:53 +02:00
reitit fix: create-exception-middleware for deep hierarchies 2026-01-09 09:26:21 +02:00