jolt/test
Yogthos 236dca28d9 satisfies? recognizes reify, consistent with instance?
A reify's protocol methods are instance-local, so they aren't in the global type
registry that type-satisfies? consults — satisfies? returned false for a reify
even when it implemented the protocol. Check the protocols the reify records on
itself (the same :jolt/protocols list instance? uses), matching short names like
instance? does. Covers single- and multi-protocol reify.
2026-06-14 23:03:14 -04:00
..
bench Compiler research (#10) 2026-06-09 07:30:25 +08:00
clojure-stdlib/clojure Compiler research (#10) 2026-06-09 07:30:25 +08:00
integration Records are not vectors: vector?/sequential? false for shape-recs (jolt-14k) 2026-06-14 17:45:30 -04:00
spec satisfies? recognizes reify, consistent with instance? 2026-06-14 23:03:14 -04:00
support core: AOT context image — init-cached recovers the bootstrap cost across processes 2026-06-10 13:57:37 -04:00
unit Protocol/interop fixes to run metosin/malli 2026-06-14 23:03:14 -04:00