joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
Diego Guraieb 2020-03-18T16:35:35.012400Z

hi all! I'm struggling to avoid Unable to resolve symbol with macros in joker, for example using compojure lib.. Any idea ?

Diego Guraieb 2020-03-18T16:35:57.012600Z

(GET "/" [:as req]

Diego Guraieb 2020-03-18T16:36:01.012800Z

for example in this case..

Candid 2020-03-18T18:35:47.013Z

please read this https://github.com/candid82/joker#reducing-false-positives

Diego Guraieb 2020-03-18T21:37:54.013300Z

Thanks, I'm trying to implement that but I'm still getting the false-positive

Diego Guraieb 2020-03-18T21:45:05.013500Z

done! made it..

Diego Guraieb 2020-03-18T21:45:08.013700Z

thank you!