首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >每次错误都挂起15秒(emacs + cider + boot)

每次错误都挂起15秒(emacs + cider + boot)
EN

Stack Overflow用户
提问于 2016-04-15 14:18:07
回答 1查看 148关注 0票数 1

每当我调用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)

EN

回答 1

Stack Overflow用户

发布于 2016-04-15 19:26:36

最近,苹果酒被更改为在启动lein时自动提供自己的cider-nrepl和clj-重构中间件,因此,如果有它们,您可以(应该)从您的~/.lein/profifiles.clj文件中删除它们。这将清除这一警告。(请记住更新最新的苹果酒emacs包。

代码语言:javascript
复制
WARNING: CIDER's version (0.12.0-snapshot) does not match 
cider-nrepl's version (not installed). Things will break!

这是一个问题,并希望解决它清除您的其他问题。如果没有,那么至少解决这个问题是正确调试它的先决条件。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36649657

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档