Fork me on GitHub
#emacs
<
2018-02-01
>
gganley17:02:02

I don’t know if anyone here is familiar with the internals of CIDER but is it possible to get details of project.clj?

chris17:02:25

project.clj is edn, you can just read it

chris17:02:17

and it looks slightly more official

dpsutton17:02:18

cider doesn't mess with project.clj except to modify the lein command to include its middleware (as far as i know). project.clj is really a lein thing and just knows enough to crank up a lein repl

gganley17:02:13

What I’m thinking of doing is not editing the file but getting some information from the file to inform the behavior of CIDER

gganley17:02:34

I’m trying to see what the project.clj is targeting and suggest to the user the possibility of using that as a REPL backend instead of Rhino

qqq18:02:07

@gganley: there's actually #cider , and the main dev, @bozhidar , hangs out there

gganley18:02:36

The worst part is bug told me about the cider channel but didn’t go, I’m dumb

richiardiandrea20:02:49

Hi folks, how can I avoid the "var risky" question when I am doing something like the following in .dir-locals.el?

((nil . ((projectile-test-suffix-function . #'projectile-lumo-test-suffix)))

benedek21:02:10

you can declare it safe i think