Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by
edited by

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) ?

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

1 Answer

0 votes
by
selected by
 
Best answer

Fixed in ClojureScript >= 1.10.741

...