Fork me on GitHub
#cider
<
2015-10-29
>
isaac04:10:00

My cider jump to definition will navigate to cache file while connected on boot repl?

bozhidar07:10:23

that’s a known issue

bozhidar07:10:27

because of the way boot works

bozhidar07:10:32

we have a fix in progress

pandeiro12:10:36

can i make cider-connect connect to the first project it suggests by default somehow?

redbeardymcgee20:10:38

the doc string mentions an optional PROJECT-DIR. Not quite automatic, i suppose, but close

pandeiro21:10:23

@redbeardymcgee: yeah no i'm already using that... i just want it to skip that step

pandeiro21:10:49

could cider-connect with a prefix arg maybe just DWIM?

pandeiro21:10:01

(like it used to do, before?)

bozhidar21:10:08

it never did something like this

bozhidar21:10:32

before 0.10 cider-connect didn’t set the project dir at all

bozhidar21:10:57

I considered using the directory of the project you’re in

bozhidar21:10:33

but decided against this as you can initiate cider-connect when you’re just about anywhere (in terms of files I mean)

pandeiro23:10:02

@bozhidar: I intentionally navigate to a project-relevant file before doing M-x cider-connect so that the default will be there -- so I would like it if it could just choose that default for me (since it is broken with ido, as i mentioned above, and requires manually de-duplicating the directory name)

pandeiro23:10:24

i also don't understand what is the significance of "setting the project dir" -- what is the advantage of this?

pandeiro23:10:37

(maybe i should just skip it, if that was the previous behavior)