clara

http://www.clara-rules.org/
sekao 2018-03-04T16:29:57.000005Z

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)

sekao 2018-03-04T16:30:48.000004Z

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-dixon 2018-03-04T16:46:09.000134Z

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

alex-dixon 2018-03-04T16:47:38.000030Z

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-dixon 2018-03-04T16:47:49.000031Z

What version of Clara are you using?

sekao 2018-03-04T16:49:28.000038Z

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

👍 1
2018-03-04T19:20:17.000095Z

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

sekao 2018-03-04T19:31:14.000017Z

yep it seems so

2018-03-04T19:33:28.000137Z

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

sekao 2018-03-04T19:33:55.000105Z

is it still actively maintained?

2018-03-04T20:49:42.000075Z

@sekao yeah I wasn’t sure on that.

2018-03-04T20:50:26.000080Z

I think they at least probably still take pull requests