Fork me on GitHub
#cider
<
2017-07-12
>
dorab00:07:42

Any issues running cider with emacs-25? Just asking before I start going down that path.

gonewest81800:07:39

@dorab no problems here.

dorab18:07:35

gonewest818: Thanks

jmayaalv11:07:11

all good for me as well.

yefoakira17:07:42

I am currently experiencing an annoying issue with cider-find-var. It can find and go to the source files of symbols when the file from where I am looking is under the src directory. But if I try to look for the same symbol on a file under the test directory, doesn't find. I have Emacs 25, cider 0.14, using Leinining. The project file didn't have :test-paths, but adding it didn't make a difference. Any idea?

xiongtx19:07:29

yefoakira: Try cider-refresh (`C-c C-x` by default) to reload the variables

yefoakira07:07:04

Doing cider-refresh right now throws an exception on a file that shouldn't fail, and doesn't fail when compiling on lein. The failure happens on all buffers, though, and doesn't change the behaviour of cider-find-var

xiongtx00:07:51

cider-refresh failing suggests that something is wrong w/ your code. Try cider-restart, then cider-refresh again. Perhaps your classpath got into a bad state.

yefoakira17:07:28

The message on the buffer is Symbol x not resolved, where x is whatever symbol I'm looking for.