Fork me on GitHub
#graphql
<
2018-03-20
>
tbaldridge17:03:25

@hlship has lacinia been tested against 1.9? I'm getting some data-reader mapping issues that seem to be coming from flatland?

hlship17:03:17

I haven't tested against it recently, though we may make the switch soon. Did you disable the dependency on clojure.future.spec?

hlship17:03:10

The flatland stuff it just for the ordered map implementation.

hlship17:03:29

We do some exclusions on stuff we don't need, perhaps an explicit dependency on flatland will fix it.

tbaldridge17:03:44

yeah, it seems to be a conflict between flatland and cider's middleware, I'll look into that

tbaldridge17:03:01

yes, disabling flatland allows the repl to start, but then I get an error when requiring lacinia

hlship17:03:52

Maybe we should vendor the stuff we need from flatland to avoid this issue.

hlship17:03:20

So you're back on Emacs? I thought you'd switched to Cursive?

tbaldridge17:03:35

my co-workers use cider

tbaldridge17:03:40

and have some middleware installed