苹果酒中的奇怪错误

时间:2015-08-30 15:00:52

标签: emacs clojure cider

我使用clojure创建了lein new项目,启动了GNU Emacs,打开了文件core.clj,当我尝试 jack-in cider-jack-in它吹响了:

Making nrepl-create-client-buffer-function local to *nrepl-server clojure-noob* while let-bound!
Making nrepl-use-this-as-repl-buffer local to *nrepl-server clojure-noob* while let-bound!
Starting nREPL server via lein repl :headless...
nREPL server started on 37124
nREPL: Establishing direct connection to localhost:37124 ...
nREPL: Direct connection established
error in process filter: cider-repl-set-initial-ns: Symbol's value as variable is void: ns
error in process filter: Symbol's value as variable is void: ns

然后(显然)没有任何反应

我的core.clj文件是:

(ns clojure-noob.core
  (:gen-class))

(defn -main
  "I don't do a whole lot ... yet."
  [& args]
  (println "¡Soy una tetera pequeña y fuerte!"))

正如你所看到的,没有什么花哨的东西......(它与lein run一起运行)

我的.lein/profiles.clj非常简单:

{:user {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]]}}

我的cider版本是:

CIDER 0.10.0snapshot (package: 20150830.328)

M-x cider-version

报告

我是Clojure的新人,顺便说一句......

你能帮帮我吗?

1 个答案:

答案 0 :(得分:2)

这是cider最新版本中的错误(已修复:http://bit.ly/1UfNgE9)。

目前,您可以在本地cider安装上手动应用此更改,或者只是等待修复发布。