Fork me on GitHub
#cider
<
2019-08-10
>
bozhidar08:08:46

We haven’t had time to work on this unfortunately, so it’s still broken.

bozhidar08:08:56

Btw, this seems like a cool new package - https://github.com/rksm/clj-suitable

pez08:08:57

Yes! I have it on my list of things to investigate.

bozhidar09:08:06

@pez Looking at the code it will just work out of the box for any users of nREPL and cider-nrepl’s complete op.

bozhidar09:08:37

It chains its completions with those of the default op and applies some clever hacks to get runtime candidates.

richiardiandrea13:08:29

Yep stateful completions + use of private piggieback apis... I guess it works but... well... it works 😃

bozhidar09:08:25

(first I assumed this just took over unconditionally the existing op, but it doesn’t)

dominicm09:08:23

It would be neat to integrate it proper into cider

cider 12
bozhidar10:08:32

Yeah, I totally agree.