每当我调用boot-cljs中的错误时,我就会面临一种奇怪的行为。repl (实际上是整个emacs)挂起大约15秒,然后我在模式行下面看到以下错误消息:
error in process filter: Lisp nesting exceedsmax-lisp高级版‘’
一个错误,例如从REPL调用(some-nonexisting-function)。
此外,我在REPL本身中得到一条错误消息。抱歉,我现在还不知道哪些部分是重要的:
box.webgl> (一些-不存在-函数)警告:使用未声明的Var box.webgl/某些-不存在-函数在第1行#objectTypeError TypeError:无法读取未定义的TypeError的属性“调用”:不能读取未定义的TypeError的属性“调用”( (http://localhost:3000/main.out/weasel/repl.js:30:470),::1\ :124);:9\ :3);(http://localhost:3000/main.out/weasel/repl.js:30:470),:1:4)在http://localhost:3000/main.out/weasel/repl.js:30:465 at http://localhost:3000/main.out/weasel/repl.js:39:4 at cljs。core.MultiFn.call.G__10839__2 (http://localhost:3000/main.out/cljs/core.js:33327:106) at cljs.core.MultiFn.call.G__10839 as call at .(http://localhost:3000/main.out/weasel/repl.js:184:71)在goog.events.EventTarget.fireListeners (http://localhost:3000/main.out/goog/events/eventtarget.j\ s:284:23)在goog.events.EventTarget.fireListeners (http://localhost:3000/main.out/goog/ev\ ents/eventtarget.js t.js:381:26)
发布于 2016-04-15 19:26:36
最近,苹果酒被更改为在启动lein时自动提供自己的cider-nrepl和clj-重构中间件,因此,如果有它们,您可以(应该)从您的~/.lein/profifiles.clj文件中删除它们。这将清除这一警告。(请记住更新最新的苹果酒emacs包。
WARNING: CIDER's version (0.12.0-snapshot) does not match
cider-nrepl's version (not installed). Things will break!这是一个问题,并希望解决它清除您的其他问题。如果没有,那么至少解决这个问题是正确调试它的先决条件。
https://stackoverflow.com/questions/36649657
复制相似问题