You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a Nix package for this repo, but I can't get common tests to work. Testcase els_dap_general_provider_SUITE:configuration_done_with_breakpoint/1 is failing.
First I've got syntax error about erlang_ls config which is caused by a comment (after I remove comments it works):
Theerlang_ls.configfileat<...>/.config/erlang_ls/erlang_ls.configcan't be read ({invalid_config, {error, {1, erl_parse, ["syntax error before: ", "Rebar"]}}}) Need help configuring Erlang LS for your project? Visit: https://erlang-ls.github.io/configuration/
I've got very similar error while trying to build erlang-ls v0.48.0 with Erlang OTP 26 which was fixed in v0.49.0, so problem is probably very similar.
The text was updated successfully, but these errors were encountered:
I'm trying to build a Nix package for this repo, but I can't get common tests to work. Testcase
els_dap_general_provider_SUITE:configuration_done_with_breakpoint/1
is failing.First I've got syntax error about
erlang_ls
config which is caused by a comment (after I remove comments it works):After that I've got lots of:
and testcase eventually fails with a timetrap.
epmd
is working because I can still see names after the testcase (epmd -names
).Finally, lots of these errors are printed:
I've got very similar error while trying to build
erlang-ls
v0.48.0 with Erlang OTP 26 which was fixed in v0.49.0, so problem is probably very similar.The text was updated successfully, but these errors were encountered: