lexical-lsp / lexical

Lexical is a next-generation elixir language server
776 stars 77 forks source link

Fix: Edge case for module loading #738

Closed scohen closed 1 month ago

scohen commented 1 month ago

If an erlang module wasn't loaded previously, the code in replace remote function would think it's an elixir module, and then call an invalid function on the module, which would fail with an exception.