Fork me on GitHub
#cider
<
2021-10-11
>
tatut05:10:14

updated cider to 20211003.947 and now jacking in to a leiningen project fails with "Unable to resolve var: cider.nrepl/wrap-apropos in this context"

👀 1
tatut06:10:00

it is injecting cider-nrepl 0.27.2, and it isn't coming from anywhere else

tatut06:10:27

as a workaround I can add the cider-nrepl to dev dependencies, run lein repl and use cider-connect

vemv08:10:55

Can you report this as an issue? Will take a look later

tatut13:10:13

haven't had time to isolate a minimal failing case yet, we have multiple lein projects and this only seems to fail in one of them

tatut13:10:59

the failing one is the only one that uses lein-git-down plugin to use deps.edn dependencies from git, I'm suspecting that could have something to do with it, need to try it out

vemv15:10:51

Repro certainly appreciated, if it's an excessive task feel free to skip it I really like l-g-d btw but it can be flaky, sometimes errors go away simply by retrying

vemv15:10:23

still we'd appreciate a GH issue, maybe we can fail more transparently when other plugins get in the way (if that's what's happening?)

vemv10:10:34

Cheers cider please also post the found workaround

tatut11:10:36

that workaround didn't actually work...

bruno.bonacci16:10:12

Hi all, does anyone know if it is possible to enable the image rendering in the popup buffer (aka: C-c C-p)? the setting described here: https://docs.cider.mx/cider/repl/configuration.html#displaying-images-in-the-repl (setq cider-repl-use-content-types t) only works for the REPL buffer.