在(*cider-repl .*:1:1)编译时出现语法错误.没有这样的var: user/reset



cider-jack-in成功后,cider-refresh立即出现错误:

Syntax error compiling at (*cider-repl my-project:localhost:54396(clj)*:1:1).
No such var: user/reset

指针吗?

cider启动命令为:

Startup: lein update-in :dependencies conj [acyclic/squiggly-clojure "0.1.9-SNAPSHOT"] 
-- update-in :dependencies conj [nrepl/nrepl "0.8.3"] 
-- update-in :plugins conj [refactor-nrepl "2.5.0"] 
-- update-in :plugins conj [cider/cider-nrepl "0.25.8"]
-- repl :headless :host localhost

我还没有看到这个问题。另外,我没有看到对用户定义的"reset"的引用。函数(该功能现在被称为cider-ns-refresh—https://docs.cider.mx/cider/usage/misc_features.html)或CIDER使用的tools.namespace库的文档(https://github.com/clojure/tools.namespace)。

然而,你希望tools.namespace在刷新前后调用的函数有钩子。也许在您的init.el中配置了这样一个钩子。

相关内容

  • 没有找到相关文章

最新更新