Fork me on GitHub
#cider
<
2018-02-12
>
bozhidar01:02:55

We’re recently added support for using deps.edn with CIDER and inf-clojure.

bozhidar01:02:20

@dpsutton @zalky CIDER currently does nothing about this indeed, but we can add it to the list of global vars you can init via CIDER.

dpsutton01:02:06

I need to sit down and learn inf-clojure. I haven't taken the time to see how to start it up and really work with it

bozhidar01:02:46

It just binding the input and output of terminal process to a REPL buffer (very simply put). There’s not much to learn, it doesn’t get any simpler than this.

bozhidar01:02:41

Initially it had very basic features, but @richiardiandrea has been improving it steadily for quite a while now and it’s quite powerful at this point.

dpsutton01:02:34

Yeah I need to learn how to crank it up. I've gotten confused in the past about how to init it with the correct arguments

dpsutton01:02:23

Yeah I got to meet him at one of the conj but didn't get to spend much time with him. I want to meet up with people at clojure sync and have a hack session if people are gonna be there

bozhidar01:02:46

I would have love to come, but I’m traveling in Asia these days. Hopefully this year I’ll make it to the conj or something. It’s a pity they killed my preferred conference Clojure/west.

bozhidar01:02:21

In general I’d love to do more Emacs-live hacking sessions and enlist more people to our noble cause. 🙂

richiardiandrea01:02:51

I have scheduled some time on an inf-clojure blog post

richiardiandrea01:02:13

I want to improve on the init part first though

bozhidar01:02:46

@jmayaalv You asked for some other simple task you might tackle and I can suggest this one https://github.com/clojure-emacs/cider-nrepl/issues/489

bozhidar01:02:20

I guess you’ll feel pretty comfortable with the Clojure-related tasks.

jmayaalv08:02:41

thanks @bozhidar will check them.

gonewest81821:02:31

@jmayaalv I’ve started looking at #489, the mranderson issue, and will update in the ticket with what I find. I’m not “claiming” it per se as it seems likely the work can be divided up.

danielcompton21:02:30

Does someone know what the <find> key is in emacs?

danielcompton21:02:07

I'm looking at my keyboard and I don't think I have one of those

mhcat21:02:12

heya, trying to cider-jack-in and seeing this error:

Recursive load: "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el", "/home/joni/.emacs.d/elpa/cider-profile-20141120.625/cider-profile.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider-mode.el", "/home/joni/.emacs.d/elpa/cider-20180211.538/cider.el" 
- worth an issue, or is this a problem with my setup?

mhcat22:02:25

huh, reproduced on another computer, so I guess it's real

mhcat22:02:12

Huh, can't submit an issue to the cider repo - the submit button is greyed ou

mhcat22:02:29

oh nvm, submitted it

mhcat22:02:31

aaand closed it - seems like that cider-profile package is obsolete and was leftover in my config

dpsutton22:02:12

i think it moved into CIDER like 2 days ago, @j0ni

mhcat22:02:40

ohhh cool, so I wasn't that out of date

dpsutton22:02:57

nope. you're on the bleeding edge my friend