Re: cider-error go to line

2015-09-16 Thread Ritchie Cai
It’s a beautiful day~~~!! > On Sep 16, 2015, at 5:42 PM, James Elliott wrote: > > W00t, look at what just was released! :D > > https://github.com/clojure/tools.nrepl/commit/64238a10a8465e0c590acb660ec5d54bf7cc3af4 > > On Friday, July 3, 2015 at 1:59:23 PM UTC-5, Ritchie Cai wrote: > Ah, ha, go

Re: cider-error go to line

2015-09-16 Thread James Elliott
W00t, look at what just was released! :D https://github.com/clojure/tools.nrepl/commit/64238a10a8465e0c590acb660ec5d54bf7cc3af4 On Friday, July 3, 2015 at 1:59:23 PM UTC-5, Ritchie Cai wrote: > > Ah, ha, good to know I'm not crazy. For sure I'm join the voices to push > the changes on nrepl side

Re: cider-error go to line

2015-07-03 Thread Ritchie Cai
Ah, ha, good to know I'm not crazy. For sure I'm join the voices to push the changes on nrepl side. Thanks On Friday, July 3, 2015 at 12:52:20 AM UTC-5, Bozhidar Batsov wrote: > > This is a problem on nREPL, not CIDER. See > http://dev.clojure.org/jira/browse/NREPL-59 for details. > > There are

Re: cider-error go to line

2015-07-03 Thread James Elliott
Yes, please comment in support of merging that patch! On Friday, July 3, 2015 at 12:52:20 AM UTC-5, Bozhidar Batsov wrote: > > This is a problem on nREPL, not CIDER. See > http://dev.clojure.org/jira/browse/NREPL-59 for details. > > There aren't any real solutions to this, other than fixing nREPL

Re: cider-error go to line

2015-07-02 Thread Bozhidar Batsov
This is a problem on nREPL, not CIDER. See http://dev.clojure.org/jira/browse/NREPL-59 for details. There aren't any real solutions to this, other than fixing nREPL, but we're considering some workarounds (e.g. trying to find the definition using a regular expression and using the relative positio

cider-error go to line

2015-07-02 Thread Ritchie Cai
When I get a cider-error, it tells me line number within the function that raised the error, but is there an easy way to go to that line? Since the line number is within the function, I've been counting lines manually at the moment ... getting tired of this. Anyone has any suggestions? Thanks R