Hi peeps 🙂 Was wondering, how would I go about ensuring Joker recognises known class names? Currently it seems it only recognises clojure.lang and java.* names; but stuff from custom library is marked as an unknown symbol. I’m not seeing any reference to this in the readme
@achesnais can you provide a code example?
Note that if I use simply Db
instead of datomic.db.Db
, Joker is happy. But I generally like referring to the full classpath for clarity.
@roman.bataev here you go 🙂
Yeah, that's a known issue. I was going to suggest using :import
and class names without package prefixes, but I can see why one may prefer full names
if you use full names, I believe :import
is not necessary
(by the way I absolutely love Joker, awesome job!)
but perhaps it could be a way to silence Joker's warning (if it handled it properly)
thanks!
do you mind submitting a github issue so that I feel some pressure to actually address it? 🙂
haha – sure thing, I’ll do so now
https://github.com/candid82/joker/issues/new here you go 🙂