Fork me on GitHub
#vim
<
2016-07-20
>
dominicm17:07:46

I've discovered that the session that fireplace is using doesn't return "out" via my python script.

juhoteperi17:07:19

What abaut with weasel?

dominicm17:07:10

Should I try saapas using bang! Or not?

dominicm17:07:48

Used Piggieback! With the full line and it works with that session.

dominicm17:07:46

I have no idea what vim is sending to nrepl, I wish I had some way of sniffing it.

juhoteperi17:07:39

you could add some strategical echom calls

juhoteperi17:07:47

or some tpope plugin had a debug function

dominicm17:07:58

echom nailed it.

dominicm17:07:15

There's nothing odd about the setup. :/

dominicm18:07:26

Does something I don't understand when evaluating code.

dominicm18:07:59

Maybe doing some of the init ops causes out to break.

dominicm18:07:00

Or maybe it's the ids, I don't know what they are.

dominicm18:07:38

> It is generally the case that request messages should contain a globally-unique :id. Every request must provoke at least one and potentially many response messages, each of which should contain an :id slot echoing that of the provoking request. Seems unrelated, but it might be valuable to look into.