Skip to content

Commit 78fc2bd

Browse files
authored
WIP: test fixes (#352)
After a lot of debugging, I believe that issue that was ailing our test suite was a compiler deadlock that manifested in Erlang 23 https://bugs.erlang.org/browse/ERL-1236 So simply upgrading the erlang version resolved the issue.
2 parents 7794322 + 3449117 commit 78fc2bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
elixir: 1.8.2
2424
- otp_release: 22.3
2525
elixir: 1.9.4
26-
- otp_release: 23.0
26+
- otp_release: 23.0.3
2727
elixir: 1.10.3
2828
env:
2929
- CHECK_FORMATTED=1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ House keeping:
2020
- Add vim-lsp to plugin list (thanks [Thanabodee Charoenpiriyakij](https://github.com/wingyplus)) [#340](https://github.com/elixir-lsp/elixir-ls/pull/340)
2121
- Cleanup test output (thanks [Jason Axelson](https://github.com/axelson)) [#347](https://github.com/elixir-lsp/elixir-ls/pull/347)
2222
- Remove the default .tool-versions file (thanks [Jason Axelson](https://github.com/axelson)) [#351](https://github.com/elixir-lsp/elixir-ls/pull/351)
23+
- Fix up the test suite (thanks [Jason Axelson](https://github.com/axelson)) [#352](https://github.com/elixir-lsp/elixir-ls/pull/352)
2324

2425
Note: `MIX_TARGET` support was added in 0.5.0 but wasn't added to the changelog until later:
2526
- Support `MIX_TARGET` so the language server can have target specific contexts, like with Nerves (thanks [Jon Carstens](https://github.com/jjcarstens)) [#299](https://github.com/elixir-lsp/elixir-ls/pull/299)

0 commit comments

Comments
 (0)