Does Conjure support running tests in the connected REPL? (I don't see anything about tests in the docs.)
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
.
w00t! π
On to the grand prize: is there a way to load a stack trace into the quickfix/location window with jump support?
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.
Not quite sure how it could be implemented just yet.
But it's a good idea.
Yeah, I'm not sure how that could be done either, but it would be a killer feature β οΈ
Don't hold me to this, but I'll try and take a swing at this over the weekend.
I came across this recently: https://github.com/mattboehm/vim-unstack
Havenβt tried it but it looks like it might do the trick.
Maybe it'll make a good exercise to port to Fennel π