alexanderjamesking/spy

Clojure - Use protocol from a different namespace

alexanderjamesking opened this issue · 0 comments

Current implementation requires that the Protocol is referred, blows up when the protocol is in a different namespace e.g. db/Repository instead of Repository - "Can't refer to qualified var that doesn't exist".