Fork me on GitHub
#pathom
<
2021-08-26
>
cyppan09:08:14

I think it would be nice to have an EQL syntax check (in Pathom 3) in p.eql/process and p.a.eql/process, I’ve lost 10mn with a meaningless stacktrace clojure.lang.Keyword cannot be cast to java.util.Map$Entry at java.lang.Thread.run(Thread.java:748) I had a '(:k (pathom/as :renamed)) instead of '(:k {pathom/as :renamed}) .. :face_palm:

jmayaalv09:08:50

@cyppan did you try checking it with the eql spec https://github.com/edn-query-language/eql#clojure-specs was the output any good? i agree a syntax check plugin could come handy though 🙂

cyppan09:08:21

Didn’t know about that, it will do the job indeed thank you