Fork me on GitHub
#editors
<
2015-06-17
>
cfleming00:06:47

@erichmond: Thanks! Glad it’s working well for you.

damionjunk00:06:21

@cfleming: Ah ok! That removes uncertainty WRT what’s going on!

cfleming00:06:54

@damionjunk: Yeah, I’m going to make a better mechanism for this - you’ll be able to create stubs automatically within Cursive and they’ll be stored alongside the project. Having to pollute the project.clj is a problem (see https://github.com/cursiveclojure/cursive/issues/896) for one issue with it.

damionjunk00:06:24

Right on. Yeah, for me it’s not a big deal. I just have to use the API docs via chrome instead of in IntelliJ, and only for this lib. Thanks for the response/answer btw.

cfleming00:06:23

damionjunk: No worries - attaching the jar as per that issue will give you the doc etc in the editor as for everything else.

borkdude11:06:14

I upgraded Prelude and cider (to melpa newest). Also I updated the cider plugin in .lein/profiles.clj. Now when I do cider-connect to a REPL, I get no REPL buffer. Where should I find it? @bozhidar

borkdude11:06:42

Should I upgrade some other package?

borkdude11:06:47

I don't see a REPL with cider-jack-in either

delaguardo11:06:41

Check your buffers list

bozhidar11:06:25

try clean install

bozhidar11:06:37

as noted in the issues, this is a limitation of package.el

bozhidar11:06:56

sometimes package upgrades get messed up due to stale elc files

borkdude11:06:03

I'll try that

borkdude12:06:04

ok, upgrade worked by removing elpa directory. Now Cider says: please use nrepl 0.2.7 or newer. How do I get that with lein repl? @bozhidar

borkdude12:06:37

I already upgraded lein to the newest

borkdude12:06:31

wow, the debugger works simple_smile

bozhidar12:06:02

you don’t say! simple_smile

borkdude12:06:20

how do you remove a breakpoint?

agile_geek12:06:33

got to try the debugger in Cider…should I be posting this in #C0617A8PQ?

bozhidar12:06:25

@borkdude: just re-eval the form

borkdude12:06:45

ok that works simple_smile

bozhidar12:06:56

(the same thing you’d to in edebug - the “inspiration” for cider-debug)

bozhidar13:06:28

@agile_geek: wherever you want simple_smile The other channel is definitely more focused.