Chez parity: analyze any seq as a list form (macro/eval-built forms) (jolt-cf1q.7)
hc-list? required cseq-list? (a reader-built list), so a form built at runtime via concat/map/cons — a lazy cseq with list?=#f — was rejected as "unsupported form". In Clojure any seq is a valid call form, so accept any cseq. Lights up macros that build their expansion with concat/list and (eval seq-form). zero-Janet 2692->2694, 0 new divergences; self-host + Janet gate + JVM cert green. jolt-cf1q.7
This commit is contained in:
parent
01f49f50c3
commit
52a1ab5970
2 changed files with 5 additions and 2 deletions
|
|
@ -219,7 +219,7 @@
|
|||
# 2685; deftype (P. args) constructor via host-new var fallback -> 2688;
|
||||
# date/time (Date/Timestamp/SimpleDateFormat/TimeZone) + clojure.edn/read over a
|
||||
# reader -> 2692.
|
||||
(def base-floor (scan-number (or (os/getenv "JOLT_CHEZ_ZJ_FLOOR") "2692")))
|
||||
(def base-floor (scan-number (or (os/getenv "JOLT_CHEZ_ZJ_FLOOR") "2694")))
|
||||
(def floor (if (os/getenv "JOLT_CORPUS_LIMIT") 0 base-floor))
|
||||
(when (or (> (length diverged) 0) (< pass floor))
|
||||
(printf "REGRESSION: pass %d < floor %d or %d new divergence(s)" pass floor (length diverged)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue