Closed Josh-Tilles closed 10 years ago
Hello,
The project.clj referenced in that commit has:
I removed the :user and :dev keys from that project.clj, then revved the clojure dep to 1.4.0. Then the current version of slamhound appears to work.
Please tell me if this helps!
Aha! Yep, that did the trick. I absentmindedly believed that step 2 was using the latest slamhound because I had previously specified slamhound 1.5.1 in ~/.lein/profiles.clj
.
Nice catch!
Slamhound suggests that a namespace refer to itself as
user
. (Q.v. korma/Korma#194)Reproducing the bug should be simple:
src
directory.korma.sql.engine
namespace, aliasingkorma.sql.engine
asuser
(as it did in Korma)