From df59a04b836f80878f146883cd9c356451cc1264 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Mon, 8 Jun 2026 23:52:51 -0400 Subject: [PATCH] test: document the 4004 -> 4034 baseline raise (partition-all/repeatedly + char/take fixes) --- test/integration/clojure-test-suite-test.janet | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/clojure-test-suite-test.janet b/test/integration/clojure-test-suite-test.janet index 872fe25..e7586d1 100644 --- a/test/integration/clojure-test-suite-test.janet +++ b/test/integration/clojure-test-suite-test.janet @@ -40,6 +40,9 @@ # many cross-dialect files). Stable across runs. # Raised 3981 -> 4004 migrating 7 lazy seq fns to the Clojure overlay (40-lazy # tier): the canonical CLJ versions add coverage (e.g. distinct value-equality). +# Raised 4004 -> 4034 / clean 66 -> 67 porting partition-all + repeatedly to the +# overlay, which required fixing two leniencies (a char is not callable; take +# validates its count) — correct beyond those fns, so the suite rose broadly. (def baseline-pass 4034) # A file is "clean" when it ran with zero failures AND zero errors. (def baseline-clean-files 67)