簡體   English   中英

蘋果酒搶劫中的怪異錯誤

[英]Weird error in cider-jack-in

我創建了一個clojure使用項目lein new ,開始了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 run

我的.lein/profiles.clj非常簡單:

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

cider版本是:

CIDER 0.10.0snapshot (package: 20150830.328)

Mx cider-version報道

我是Clojure新人,順便說一句...

你可以幫幫我嗎?

這是cider最新版本中的一個錯誤(已經修復: http : //bit.ly/1UfNgE9 )。

到目前為止,您可以在本地cider安裝中手動應用此更改,也可以等待修訂發布。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM