erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
620 stars 136 forks source link

ErlangLS is using old forked version of erlfmt #1451

Closed ztion closed 5 months ago

ztion commented 9 months ago

Describe the bug ErlangLS uses erlfmt to help with parsing of erlang files. In rebar.config the erlfmt dependency is pinned to an old forked version which is behind the main branch of erlfmt. It would be good if either this forked version could be rebased to include more recent commits, or if an effort could be made to get the code in the forked version included in the main erlfmt repo. There is a recent commit in erlfmt which I would like to have in ErlangLS to fix a parsing issue with macros in case statements: https://github.com/WhatsApp/erlfmt/pull/350

plux commented 5 months ago

This is fixed