conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
walterl 2020-10-09T21:30:22.095600Z

Does Conjure support running tests in the connected REPL? (I don't see anything about tests in the docs.)

Olical 2020-10-09T21:33:00.095800Z

Yep! It's in the Clojure specific help, I can't mix all of the help in one file because it'll become far too noisy. See :h conjure-client-clojure-nrepl and /test.

walterl 2020-10-09T21:34:17.096Z

w00t! πŸŽ‰

walterl 2020-10-09T21:38:38.097300Z

On to the grand prize: is there a way to load a stack trace into the quickfix/location window with jump support?

Olical 2020-10-09T21:44:22.097400Z

I'm afraid not 😭 that would be reaaaaaly good though. If you would like to raise that as an issue (or I will at some point I guess) it could spark a good debate about the specifics.

Olical 2020-10-09T21:44:42.097600Z

Not quite sure how it could be implemented just yet.

Olical 2020-10-09T21:44:50.097800Z

But it's a good idea.

walterl 2020-10-09T21:45:54.098Z

Yeah, I'm not sure how that could be done either, but it would be a killer feature ☠️

🀘 1
2020-10-09T22:13:37.098200Z

walterl 2020-10-09T22:18:29.098300Z

Don't hold me to this, but I'll try and take a swing at this over the weekend.

2020-10-09T22:23:37.098700Z

I came across this recently: https://github.com/mattboehm/vim-unstack

πŸ‘ 1
2020-10-09T22:23:48.099100Z

Haven’t tried it but it looks like it might do the trick.

walterl 2020-10-09T22:27:02.099300Z

Maybe it'll make a good exercise to port to Fennel 😜