jolt/test
Yogthos df1e836cda Phase 13: Protocol Completion — reify dispatch, #() reader, IFn protocol
- reader.janet: rewrite read-anon-fn to handle % arg references
  % → gensym, %1/%2 → sorted gensyms, replaces all matching % refs
- evaluator.janet: IFn protocol support in default invocation arm
  Before erroring "Cannot call X as a function", checks for:
  1) type-registry IFn/-invoke method (extend-type protocols)
  2) :jolt/protocol-methods :-invoke (reified objects)
- test/phase13-test.janet: 4 test sections (28-31)
  28: reify dispatch — protocol methods on reified objects
  29: #() anon-fn — % and %1/%2 arg handling
  30: extend-type — protocol method dispatch for deftypes
  31: clojure.walk loading — keywordize-keys loads correctly
- All pass: 316 ok, 1 fail (pre-existing, unchanged)
2026-06-03 13:19:56 -04:00
..
api-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
bootstrap-test.janet bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
cljs-port-1.janet Phase 12: CLJS ported tests — 4 files, 27 sections, ~120 assertions 2026-06-03 12:46:26 -04:00
cljs-port-1a.janet Fix CLJS ported tests: all 5 files pass (sections 1-19, 23-27) 2026-06-03 12:55:36 -04:00
cljs-port-1b.janet Fix CLJS ported tests: all 5 files pass (sections 1-19, 23-27) 2026-06-03 12:55:36 -04:00
cljs-port-2.janet Phase 12: CLJS ported tests — 4 files, 27 sections, ~120 assertions 2026-06-03 12:46:26 -04:00
cljs-port-3.janet Fix CLJS ported tests: all 5 files pass (sections 1-19, 23-27) 2026-06-03 12:55:36 -04:00
cljs-port-3b.janet Fix CLJS ported tests: all 5 files pass (sections 1-19, 23-27) 2026-06-03 12:55:36 -04:00
cljs-port-4.janet Phase 12: CLJS ported tests — 4 files, 27 sections, ~120 assertions 2026-06-03 12:46:26 -04:00
cljs-port-test.janet CLJS test suite ported: 65 assertions across 6 sections pass 2026-06-03 11:12:01 -04:00
compiler-test.janet Phase 4: deftype/defrecord completion 2026-06-02 21:10:33 -04:00
core-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
evaluator-test.janet bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
hash-map-test.janet Phase 2: PersistentHashMap implementation + core function integration 2026-06-02 18:19:39 -04:00
macro-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
namespace-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
phase5-test.janet Phase 5: Multimethods + Hierarchy system 2026-06-02 21:30:38 -04:00
phase6-final.janet Bug fixes: nth, list, name, subs support in compiler 2026-06-02 16:30:25 -04:00
phase6-test.janet Phase 6 followup: fix #? reader conditional :default fallback 2026-06-02 22:00:08 -04:00
phase7-test.janet Phase 7 followup: set equality in core-= + phs-to-struct 2026-06-02 23:29:58 -04:00
phase8-test.janet Phase 8: fix extend-type/extend-protocol fn* form wrapping 2026-06-03 00:39:04 -04:00
phase10-test.janet Phase 10: Standard Library — 9 modules, core-reduce set fix 2026-06-03 10:40:47 -04:00
phase12-test.janet Phase 12: Protocol System — full implementation with all tests passing 2026-06-03 00:33:41 -04:00
phase13-test.janet Phase 13: Protocol Completion — reify dispatch, #() reader, IFn protocol 2026-06-03 13:19:56 -04:00
reader-test.janet bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
test-load-sci.janet Phase 11: Fix pre-existing failures — 316/317 passing 2026-06-03 12:30:11 -04:00
types-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00