Welcome! Please see the About page for a little more info on how this works.
For the second time I’ve been bitten by this line:
https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/core.cljc#L2043
Could we replace it with (core/seq? head) ?
(core/seq? head)
This way, when emiting a defrecord form from a macro, sigs could be of type Cons which seems to make sense.
Logged in jira at https://clojure.atlassian.net/browse/CLJS-3211
Fixed in ClojureScript >= 1.10.741