Fork me on GitHub
#pathom
<
2020-11-16
>
henrik14:11:46

What could be the reason that I get an exception when running this?

(pathom-parser {} [(:instruments {:sort :instrument/type})])
(pathom-parser {} [:instruments]) works as expected: {:instruments :com.wsscode.pathom.core/not-found}. (`reader3`, but the same occurs on reader2 and parallel-reader. Pathom version 2.3.0-alpha17)

nivekuil14:11:49

Think you need to quote the list

👍 3
henrik14:11:31

Yup, thank you!

henrik14:11:33

Doh, it’s a faux function expression…