@damionjunk: It’s because datomic is AOT compiled and closed source. See https://github.com/cursiveclojure/cursive/issues/38 and https://github.com/cursiveclojure/cursive/issues/708 for details.
@erichmond: Thanks! Glad it’s working well for you.
@cfleming: Ah ok! That removes uncertainty WRT what’s going on!
@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.
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.
damionjunk: No worries - attaching the jar as per that issue will give you the doc etc in the editor as for everything else.
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
Should I upgrade some other package?
I don't see a REPL with cider-jack-in either
Check your buffers list
@borkdude: might be related to https://github.com/clojure-emacs/cider/issues/1050#issuecomment-112595451
try clean install
as noted in the issues, this is a limitation of package.el
sometimes package upgrades get messed up due to stale elc
files
I'll try that
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
I already upgraded lein to the newest
wow, the debugger works :simple_smile:
you don’t say! :simple_smile:
how do you remove a breakpoint?
got to try the debugger in Cider…should I be posting this in #C0617A8PQ?
@borkdude: just re-eval the form
ok that works :simple_smile:
(the same thing you’d to in edebug - the “inspiration” for cider-debug
)
@agile_geek: wherever you want :simple_smile: The other channel is definitely more focused.