Fork me on GitHub
#conjure
<
2021-03-07
>
The Continium12:03:13

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

Olical20:03:49

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.

Olical20:03:59

Unless there's a bug introduced but I doubt it

The Continium20:03:51

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.

Olical23:03:24

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

The Continium10:03:14

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

schmee20:03:28

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

schmee20:03:22

is it possible print records with their class attached?

schmee20:03:57

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}

Olical20:03:20

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!

schmee20:03:32

will do, cheers! :thumbsup:

schmee20:03:45

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

schmee20:03:10

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

Olical23:03:10

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 😅

schmee14:03:24

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