Roberto Aloi

Results 87 comments of Roberto Aloi

Hi @eproxus , I simply had no time for looking into this (and I missed the comment on the Sublime LSP thread). That may be worth a try. It's unlikely...

I enabled "discussions" for this repo, so we can move this there if we want (not a big deal). One thing I wanted to have a look is [Tree Sitter](https://tree-sitter.github.io/tree-sitter/)....

There's definitely an overlap between LSP and Tree Sitter and the video above briefly touches on that. What we should do is to try and understand what's a good way...

Hi @vladdu and welcome back! The parser has recently been switched to the one from [erlfmt](https://github.com/WhatsApp/erlfmt). Feel free to have a look and see if there's anything from Sourcer which...

@gomoripeti I wonder if, as a first step, we couldn't simply leverage the `ErrorInfo` returned by `erlfmt` to extract the location of the problematic expression(s). We could then remove those...

That's exactly what I had in mind. I am not too worried about efficiency, since that would only affect a couple of forms (the ones under edit), but we could...

@Vagabond @josephDunne may I ask you to provide a minimal example reproducing the issue? This could be a dummy repo with a new rebar3 project and an intentional dialyzer error....

Thanks for the report @icehess This seems to be caused by the `code:load_binary/3` in `els_dap_rpc`. As you say, the `Filename` is only used by the code server to keep a...

@garazdawi Anything that should be fixed upstream, similar to https://github.com/erlang/otp/pull/3002 ?

Interesting. Looking at the upstream version of TypEr, I noticed two things: 1. The version of Erlang LS differs from upstream. The upstream version didn't change for 5 years, so...