hey, has anyone tried clara with clojurescript 1.10.126? i'm getting a bunch of arity warnings about MapEntry
and at runtime i'm getting Maximum call stack size exceeded
from schema.core
(where mapentry is defined)
i'm guessing schema is not playing well with it. i noticed in their changelog that they had to fix some MapEntry
warnings in 1.1.6, but clara is already using that version so this must be a new problem
@sekao Haven’t tried that version. I’m on 1.9.854
I’ve had problems with the schema library in the past though. I think I got around it by excluding clara’s version and using a newer one. That might not work in this case though
What version of Clara are you using?
i'm using 0.17.0 but it happens with master as well. i just mentioned it on the clojurescript channel and it sounds like it is conflicting with MapEntry
in cljs.core
@sekao so this is a schema issue with the new cljs version then?
yep it seems so
Alright. Hmm. I guess schema needs to get fixed...
is it still actively maintained?
@sekao yeah I wasn’t sure on that.
I think they at least probably still take pull requests