jolt/.clj-kondo/.cache/v1
Yogthos 2068f6e9f2 fix: add <, >, <=, >= comparison operators to clojure.core
Root cause of bmn-assoc failure: < operator missing from core-bindings.
All loop conditions in HAMT hash map use (< i idx) which silently
failed, causing loops to return nil. Added core-<, core->, core-<=,
core->= bound to Janet's <, >, <=, >=.

Also removed leftover test files from debugging session.
2026-06-02 12:55:16 -04:00
..
clj fix: add <, >, <=, >= comparison operators to clojure.core 2026-06-02 12:55:16 -04:00
lock bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00