just return the actual vars, dont bother with the map for ns/var thing
This commit is contained in:
parent
82ab669c55
commit
f539f5b5db
|
@ -33,8 +33,7 @@
|
||||||
(fn [matches [name var]]
|
(fn [matches [name var]]
|
||||||
(let [metadata (meta var)]
|
(let [metadata (meta var)]
|
||||||
(if (pred metadata)
|
(if (pred metadata)
|
||||||
(conj matches {:ns namespace
|
(conj matches var)
|
||||||
:var var})
|
|
||||||
matches)))
|
matches)))
|
||||||
[]))
|
[]))
|
||||||
(catch Compiler$CompilerException ex
|
(catch Compiler$CompilerException ex
|
||||||
|
|
Reference in a new issue