开发者

remove compile messages from clojure build failure backtraces

开发者 https://www.devze.com 2022-12-11 16:27 出处:网络
I would just love a way to filter out the back-traces from the compilation process and see only the messages from the running of my program.

I would just love a way to filter out the back-traces from the compilation process and see only the messages from the running of my program.

I'm currently using La Clojure for Intellij, though I also 开发者_StackOverflow社区use slime/emacs.


If you're willing to drop back to the terminal to run, you can use mmcgrana's clj-backtrace to colorize and format the output of clojure's stacktraces.

A clj-like script that integrates clj-backtrace is available here.

Example:

example of clj-backtrace http://img.skitch.com/20091117-re5bqm6f5axg25mxpwcbcx53f8.png


0

精彩评论

暂无评论...
验证码 换一张
取 消