Jason Felice
Jason Felice
To be honest, I have mixed feelings which I've never quite sorted out about adding a REPL buffer: Basically, as common as it is for nice lisp editors to have...
You remind me that when I was first thinking about connecting Kakoune to a REPL, I was thinking of some daemonized, persistent process (to support a buffer). The `rep` command...
Actually, maybe a `--shell-interpret` option that, for each reply message, converts the whole packet into correctly quoted shell variables and runs a user-supplied shell function, e.g. "out='foo' err='bar' rep_reply_received". This...
Oh, I forgot to mention: This came up when needing to encode a password to construct a PostgreSQL URL.
@myitcv I missed the contribution guide, so now there's issue #1699.
@mpvl I think you mean "Fixes #1699", which I've added.
This'll require significant rework of the runner. The process of running each namespace in a thread, and the namespace thread submitting each test to a fixed executor, should make the...
Some rough code to test the hypothesis shows about 8% improvement on a complicated test suite, which is nice, but not worth the investment for me at the moment.
@mpvl rebased and tests pass
It's possible that just updating the vim source will work. I can put that on a branch for you to test, if you like. I'm not sure about the XQuartz...