Klas Johansson
Klas Johansson
Hi, Thanks for the quick response. Maybe gproc is not the tool for this task. Regarding the ownership (having processes register their own resources), I agree. In this case the...
Hi, What you wrote in the example would be the same as writing this erlang function in m.erl: ``` erlang f(a, b) -> ok; f(a, b) -> nok; f(a, b)...
I see. Is there a defined order between those two processes (the separate and current) or can those calls happen in any order? If any order: then it would be...
Ok. There may be a risk of mocking the spawn, depending how it's done. If it's a "system" call (eg. proc_lib:spawn_link, gen_tcp:send, io:format, ...) that's commonly used by other modules/processes...
Hi, No worries. So everything is ok then? Cheers, Klas
Thanks. I'll check it out and get back to you in a couple of days. /Klas
Hi, Thanks again for your contributions. I have a number of comments. First, it would be nice if contributions are done to a side branch, since that makes discussions around...
Hi, Did you call one of the setup functions? I added those in commits d29a866 and 3fc91d2 and they are mandatory. The first commit explains why I decided to break...
Hi, I took a look at this and it looks like there are a few things at play. I tested this with the [lsp-mode for emacs](https://github.com/emacs-lsp/lsp-mode). 1. jsonrpc.erl returns strings,...
@vladdu Thanks! I made a fix for bullet 3 (DEBUG/TRACE) in #22. Please have a look at let me know if you think it's a reasonable approach.