pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
henrik 2020-11-16T14:07:46.319Z

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)

nivekuil 2020-11-16T14:09:49.319400Z

Think you need to quote the list

đź‘Ť 1
henrik 2020-11-16T14:11:31.320Z

Yup, thank you!

henrik 2020-11-16T14:11:33.320200Z

Doh, it’s a faux function expression…