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)
2021-03-07T12:37:13.044900Z

For those that use https://github.com/prabirshrestha/asyncomplete.vim I have updated the recommended registration for the conjure source to include a trigger for “/” which makes the completion much better https://github.com/thecontinium/asyncomplete-conjure.vim/blob/master/README.md

2021-03-08T10:10:14.051500Z

I’m sure I have seen some of my repos change to main without me doing anything but like you maybe it was just something I expected to “happen” out of the box

schmee 2021-03-07T20:14:28.045700Z

hi, thank you very much for Conjure, it’s been a blast using it so far! 😄

schmee 2021-03-07T20:15:22.046300Z

is it possible print records with their class attached?

schmee 2021-03-07T20:15:57.047Z

in my REPL a record prints like this:

my.ns=> (->Point 1 2)
#my.ns.Point {:lat 1 :long 2}
but in Conjure eval buffer it prints like {:lat 1 :long 2}

schmee 2021-03-08T14:56:24.051700Z

no worries at all, this is all just FYIs, I’m greatly enjoying Conjure in its current state! :D

Olical 2021-03-07T20:33:49.047100Z

Ooo okay, so was this the issue? Because nothing changed in conjure wrt completion, any breaking changes should be in asyncomplete as far as I know.

Olical 2021-03-07T20:33:59.047300Z

Unless there's a bug introduced but I doubt it

Olical 2021-03-07T20:35:20.047500Z

Hmm perhaps, would you be able to raise an issue about this so I can track it? I'm getting that value from CIDER / nREPL so I'm kind of at the mercy of that but I'll see if there's anything I can do. Maybe I'm accidentally eliding some information, I'll take a look!

2021-03-07T20:40:51.050200Z

It’s all good thanks. The problem was something to do with the conjure version not being updated correctly. Might have been related to the master/main change.

schmee 2021-03-07T20:41:32.050400Z

will do, cheers! :thumbsup:

schmee 2021-03-07T20:42:45.050600Z

on the note of missing information, here’s another thing I’m seeing: if I reload my namespaces using <localleader>rr, I see this:

; Refreshing changed namespaces
<a bunch of namespaces>
; Error while reloading <a namespace>
but I don’t see the actual error

schmee 2021-03-07T20:43:10.050900Z

however, the error is being displayed in the REPL :thinking_face:

Olical 2021-03-07T23:39:10.051100Z

Hmm that info might be there and I need to expose it, although not 100% sure. I have a feeling that's all the text I got too, so I had nothing else to pass on, but I might be wrong! Another thing to address soon! I hope! All I can do is ask the community for patience or contributions until I get a good weekend to spend hacking away 😅

Olical 2021-03-07T23:40:24.051300Z

Ah yeah, that was a messy change, sorry about that 😭 honestly thought GitHub handled the redirect of the branch, maybe they will one day. I guess I just made that feature up with wishful thinking