我应该怎么做才能doc
再次可用?
brew install --devel leiningen
lein new app yeehaw
cd yeehaw
; edit project.clj and replace "1.4.0" with 1.5.0-RC1"
lein repl
yeehaw.core=> (doc map)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: doc
in this context, compiling:(NO_SOURCE_PATH:1:1)
请注意,doc
通常的 REPL 功能在命名空间中仍然可用user
,但在我的应用程序的命名空间中,至少在 REPL 中时,将它放在我的指尖会很好。