Fork me on GitHub
#joker
<
2019-09-03
>
dharrigan06:09:08

arch package updated.

👍 12
maxp07:09:58

May be I misunderstand something?

cat .joker
{:known-macros [mount/defstate]}
cat m.clj 
(ns m (:require [mount.core :as mount]))
(mount/defstate a)
joker --lint m.clj 
m.clj:2:17: Parse error: Unable to resolve symbol: a

maxp07:09:13

How to disable that warning?

borkdude09:09:06

@maxp Maybe you need to fully qualify the macro in .joker?

maxp09:09:31

Thank you for the great idea!