苹果酒插孔中的奇怪错误
Weird error in cider-jack-in
我使用 lein new
创建了一个 clojure
项目,启动了 GNU Emacs
,打开了文件 core.clj
,当我尝试 插入 和 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
的新人,顺便说一句...
你能帮帮我吗?
这是最新版本 cider
中的错误(已修复:http://bit.ly/1UfNgE9)。
至于现在,您可以在本地 cider
安装上手动应用此更改,或者等待修复发布。
我使用 lein new
创建了一个 clojure
项目,启动了 GNU Emacs
,打开了文件 core.clj
,当我尝试 插入 和 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
的新人,顺便说一句...
你能帮帮我吗?
这是最新版本 cider
中的错误(已修复:http://bit.ly/1UfNgE9)。
至于现在,您可以在本地 cider
安装上手动应用此更改,或者等待修复发布。