Fork me on GitHub
#cider
<
2015-11-11
>
robert-stuttaford05:11:52

is it too naive to wish for grimoire, http://clojuredocs.org and http://clojure.org all becoming one authoritative ref site?

bozhidar06:11:28

now that http://clojure.org is finally accepting contributions that might happen some day

bozhidar06:11:46

but I’m relatively certain it will slow move at a relatively slow pace

bozhidar06:11:56

compared to other projects

bozhidar06:11:15

it might be nice to see grimoire and clojuredocs join forces, though

bozhidar06:11:22

not sure what the story is there

bozhidar06:11:40

clojuredocs wasn’t updated in a while and got an update around the time grimoire was released

bozhidar06:11:50

guess competition is always good for business simple_smile

robert-stuttaford06:11:25

indeed it is. i actually helped out with grimoire. it’s much as you say; the other was old and @arrdem had a big itch simple_smile

lgastako19:11:40

does anyone know how I can control which version of cider gets installed using package-install? I refreshed to 0.10.0 and am having problems so I’d like to go back to 0.9.1

pbostrom19:11:09

it's determined by your package repo

lgastako19:11:29

ah, so you can’t pick specific versions?

lgastako19:11:42

is 0.9.1 in melpa-stable then?

pbostrom19:11:02

that's what I do, there may be another way

pbostrom19:11:06

yes, melpa-stable

sarcilav19:11:14

@lgastako: I remember having a similar issue with magit, and if I’m not wrong I used the pinned package to force a different repo, that were using the needed version

lgastako19:11:06

Yeah I’m looking into that now. I’m not super familiar with all the package stuff, but I’ve recently started using use-package which I think makes it easy to do that

sarcilav19:11:13

if you need the melpa-stable version, something like (add-to-list 'package-pinned-packages '(cider . "melpa-stable") t) should do that

lgastako19:11:48

I’ll give that a shot

lgastako20:11:36

Hmm I think I got back back to 0.9.1 but none of the keybindings like C-c C-k work. Odd.

sarcilav20:11:45

that is weird

sarcilav20:11:26

any error messages? while loading or while trying the keybindings

lgastako20:11:04

The only errors are related to magit, unless maybe this is a clue: nREPL: No response handler with id 4 found

sarcilav22:11:36

mmm, not sure