Fork me on GitHub
#vim
<
2016-09-25
>
dominicm19:09:26

@juhoteperi regarding https://github.com/clojure-vim/async-clj-omni/issues/7 do you know how to trigger it (a particular project or command is more important than accessibility to me). Adding print()s would really help. I'll try figure out how you'd end up with a string there.

juhoteperi19:09:52

No idea. Happens during work and I don't usually have time to start debugging it.

dominicm19:09:21

I'll try put together a diff for catching the error, should give you a little snippet to easily share with me.

dominicm20:09:49

@juhoteperi try this patch on bencode.py. You probably want to pair it with either https://github.com/SevereOverfl0w/.files/blob/layers/nvim/layer/completion/config.vim#L7 or a version not under a command to enable debugging. It might be a little heavy. You should be able to do something like grep /tmp/deopletelog 'intstr' | tail -n 50 to get the logging. Hopefully it will shed some light on it.

dominicm20:09:19

Sorry, this patch ^^

dominicm21:09:00

Just had a thought as I got into bed, it's very possible that because of the open/close nature of master, this might be the result of unfortunately timed multiple clients. You might want to try the async watchable branch instead first. See if that solves the problem.