Fork me on GitHub
#clojure-spec
<
2017-06-24
>
Drew Verlee17:06:52

any idea why evaling (clojure.spec.alpha/valid? (clojure.spec.alpha/coll-of int? :kind vector?) [1 2 3]) would cause a stack over flow error?

joshjones17:06:48

works fine over here -- can you give a context for how you're using it?

Drew Verlee17:06:35

@joshjones from within the cider repl

Drew Verlee17:06:44

i restarted my repl and it works fine. I think i know the interaction thats causing it, if not why…

Drew Verlee17:06:24

nope, i was wrong, i have no idea what was causing it. 😁