Fork me on GitHub
#cider
<
2015-12-08
>
bozhidar07:12:53

cider 0.10 works only with clj-refactor’s shapshot

bozhidar07:12:03

it doesn’t work with the last stable release

bozhidar07:12:43

as for other issues you encounter - please, report them to the issue tracker

benedek07:12:21

we should point this out in the README.md until we release 2.0

bozhidar07:12:55

I’m guessing your bitten by it, but I can’t be certain

martintrojer07:12:57

getting a weird error in cider--get-symbol-indent with 0.10

martintrojer07:12:11

intern-soft: Args out of range: -1, -1

jonas10:12:47

@bozhidar: possibly, yes. Do you plan to do a "bug fix” release at some point (0.10.1)?

bozhidar11:12:54

we’ll see

bozhidar11:12:11

depends on what bugs will be uncovered during the first couple of weeks

ccann20:12:39

Hey guys I’m on 0.10.0 of cider and I can’t seem to bind TAB to #'company-indent-or-complete-common in cider-repl-mode. C-h k reports It is bound to TAB. (cider-repl-tab)

ccann20:12:12

and I’m evaluating (global-set-key (kbd "TAB") #'company-indent-or-complete-common)

ccann20:12:17

any thoughts?