Closed viesti closed 9 years ago
I can't reproduce this error, I'm afraid. For me, (test)
works even on a new REPL.
Do you happen to have a user.clj
file anywhere else, such as in your ~/.lein
directory? Or do you have any plugins or dependencies in your profiles.clj
file?
Your Leiningen version might also affect things, so could you please supply the output of lein version
?
Also, which arguments did you use with Duct when creating a new project? It's possible that might affect things as well.
Hum, removing ~/.lein/profiles.clj
helped, so something there is causing this. Closing this now. Might ping back if I find out what causes this :) Thanks for the help!
Heads up, I'm also seeing this behavior. I'll chime in if I stumble upon any clues...
Here's the thing that I'm experiencing:
So it seems that after the initial load,
test
get's shadowed byclojure.core/test
, even though it is unmapped in user.cljAnyway, awesome that there is
(test)
in the reloaded workflow now :)