Fork me on GitHub
#cider
<
2016-05-02
>
bvulpes01:05:55

ah i have a hunch that my elisp that saves files when i leave buffers is kicking in here

jonas10:05:04

Is there any support for test selectors in cider? (https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L327-L329). It would be nice to specify which kinds of tests to run, for example when running cider-auto-test-mode.

benedek10:05:51

@bvulpes: hm… if a buffer is open for a given file we do save. however, if the file is not open (no buffer for it) we open it non interactively, temporarily and do not run the clojure-mode hook for it. see cljr—update-file macro for details

pre18:05:58

cider-debug was working for a few days, and now I get a "Sync nREPL request timed out” after C-u C-M-x and cider hangs.

pre18:05:55

This happens after you don’t select ‘c’ on the form’s debug options, and move onto another file to eval the code that debugs this form. The problem doesn’t occur if you do select ‘c', and cider-debug is set. However, cider-debug doesn’t always enable debug but starts debugging the form right away. This is an incorrect behavior. In 0.11.0, I remember there was no such redundant pop being shown after C-u C-M-x.