Fork me on GitHub
#clara
<
2018-03-04
>
sekao16:03:57

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)

sekao16:03:48

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

alex-dixon16:03:09

@sekao Haven’t tried that version. I’m on 1.9.854

alex-dixon16:03:38

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

alex-dixon16:03:49

What version of Clara are you using?

sekao16:03:28

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

mikerod19:03:17

@sekao so this is a schema issue with the new cljs version then?

sekao19:03:14

yep it seems so

mikerod19:03:28

Alright. Hmm. I guess schema needs to get fixed...

sekao19:03:55

is it still actively maintained?

mikerod20:03:42

@sekao yeah I wasn’t sure on that.

mikerod20:03:26

I think they at least probably still take pull requests