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)
skalangrinsson 2020-06-22T14:13:07.280500Z

Hello, I'm currently trying Conjure but can't load the current file to the REPL. Is there a command to do it or does the workflow with conjure goes differently?

Olical 2020-06-22T14:13:44.280900Z

Hey! That should just be <localleader>ef by default, are you seeing any errors?

Olical 2020-06-22T14:17:15.281100Z

There’s no command at the moment, although :lua require("conjure.eval").file() should also do the job, you could add a command that calls that.

skalangrinsson 2020-06-22T14:19:52.281300Z

Hmmm, I get some errors from dependencies I'm using. Maybe I did not set up my REPL correctly

Olical 2020-06-22T14:29:53.281600Z

Perhaps! That would be the first thing to check, see you if you can require your dependencies in the actual REPL first, that’ll give us a clue.

skalangrinsson 2020-06-22T14:44:31.281800Z

Made it! I set it up wrong indeed. Was using the command

clojure -Sdeps '{:deps {nrepl {:mvn/version "0.7.0"} cider/cider-nrepl {:mvn/version "0.25.0"}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]'
inside my lein project. But, since I actually have the project I should only run lein repl , hehe. Thanks man!

Olical 2020-06-22T15:20:42.282Z

Hooray! πŸŽ‰ also worth looking into using this for jack in support in neovim, I’ve going to start using it and promoting it with Conjure πŸ™‚ https://github.com/clojure-vim/vim-jack-in

Olical 2020-06-22T15:22:31.282300Z

Definitely worth others having a look into using vim-jack-in too! It looks like a great pairing with Conjure πŸ˜„

2020-06-22T15:49:04.282400Z

Olical 2020-06-22T18:24:01.282700Z

πŸ‘€

1πŸ‘€
dharrigan 2020-06-22T18:32:14.283200Z

w00t

Olical 2020-06-22T18:35:10.284300Z

I've been enjoying vim-jack-in btw, I have a fork where I'll keep the versions bumped to my liking and PR across to the main repo https://github.com/Olical/vim-jack-in

Olical 2020-06-22T18:35:46.284800Z

I run :Clj then ,cf and I have a working REPL πŸ˜„

Olical 2020-06-22T18:43:29.285800Z

Fixed a bug in "test this test form" on develop https://github.com/Olical/conjure/commit/e2b07b8341916318762d0068eaa86537540250ff I noticed that sometimes it'd be like "everything passed!" even if there were clearly issues. And it's due to the resolve returning nil (which I should throw on) because it's in the wrong namespace due to other evals.

2020-06-22T19:23:14.285900Z

hugo 2020-06-22T20:57:21.286Z

300th!

Olical 2020-06-22T20:59:22.286200Z

Yesssss, congrats and thank you πŸ˜„

dominicm 2020-06-22T22:10:12.286400Z

Do you want commit rights?

dominicm 2020-06-22T22:10:23.286600Z

I bump when I remember (not often)

Olical 2020-06-22T22:27:53.286800Z

Oo, yeah, can do. Not planning on doing anything else to it, but happy to keep things up to date with stable. Could always start tagging releases too, like I do with Conjure etc.

dominicm 2020-06-22T23:40:34.287100Z

I'll try and remember to add you