Fork me on GitHub
#cider
<
2020-08-13
>
robert-stuttaford07:08:40

newest cider requires paredit-24, but emacs comes bundled with paredit-22. can anyone point me to a snippet that'll force the correct version of paredit to be installed from melpa, please?

robert-stuttaford10:08:22

root cause: i had the wrong melpa domain in my package list :face_palm: .

borkdude12:08:33

I'm working on files mounted via a network share while connected to a REPL on the remote machine

borkdude12:08:13

I was hoping that cider-find-var would work, since the paths stored as metadata on the vars are relative

borkdude12:08:04

I guess I'll have to write some elisp myself unless someone has an idea here

borkdude12:08:24

Maybe cider could support some base-path setting which accounts for the difference in mount point

borkdude12:08:20

I've made a horrible horrible hack and made a directory in linux named /Users/borkdude/mnt/dre/DocSearch/app so I have exactly the same paths on linux and macOS

😆 3
borkdude12:08:47

And now it works 😂

dpsutton13:08:09

Borkdude check out “cider-path-translations”

dpsutton13:08:19

I use it for docker but it might work here

borkdude13:08:13

wow... interesting... !

kardan13:08:01

We got some elisp, if that does not work

dpsutton13:08:49

@kardan that was my exact motivation. It might work for you

kardan13:08:18

(as in if it’s not available in the version). Using the cider-path-translation sound like the goto path

👍 3
borkdude13:08:09

How do I clear settings that were in dir-locals? I got it wrong the first time and now it seems they are cached somewhere?

borkdude13:08:53

never mind, restarting worked. this is AWESOME!

parens 6
kardan13:08:10

With a lot of disclaimers I think you can close buffers that lives in that path and then reopen

vemv17:08:52

Does CIDER make use of javadoc-only dependencies in the form of [ "1.10.1" :classifier "javadocs"]? My impression (from skimming the .el code) is that not. Which wouldn't be much surprising, as parsing javadocs' .html sounds like a pain :)

dominicm19:08:02

Just isn't anything to do with .el. It's in orchard.

👀 3
borkdude20:08:16

Issue with CIDER 0.26 and 0.27.0snapshot and babashka + cider-doc : https://github.com/babashka/babashka.nrepl/issues/26

bozhidar19:08:23

I've cut 0.26.1 that includes the fix for this bug.

ag22:08:58

I wanna add a custom cider-debugger command. Has anyone done something like that?

bozhidar17:08:51

I think you can just check the code for the existing commands. It's relatively straightforward.