-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(elixir/1.15): update to elixir 1.15 and OTP 26 (#2294)
* feat(elixir/1.15): update to elixir 1.15 and OTP 26 * fix(elixir/1.15): reformat with updated formatter rules * fix(elixir/1.15): update `ecto` to be compatible with elixir 1.15 ecto used the word `dynamic` somewhere, and that has since become a keyword in elixir * fix(elixir/1.15): update `guardian` to be compatible with elixir-1.15 * fix(elixlir/1.15): replace `System.stacktrace` with `__STACKTRACE__` * fix(elixir/1.15): remove usages of `get_env` in non-function scopes * cleanup(elixir/1.15): change Logger `warn` atom and function to `warning` * fix(elixir/1.15): update "snapshot" tests which relied on map key order * fix(elixir/1.15): update `dialyxir` to be compatible with elixir-1.15 * fix(elixir/1.15): suppress dialyzer warning about handle_errors/2 function * update(mix): update elixir to 1.15 * fix:test(ex/realtime/alerts_fetcher): mock api for start GenServer test so that `do_poll` doesn't error * test:fix(ex/alerts_fetcher): mock out api endpoint for test failure * fix:test(ex/realtime/vehicle): assert on decoded JSON instead of string Should fix issues with map atom keys being reordered * fix:test(ex/stream_test): pass `conn` to each successive `Conn.chunk` call * doc(ex/api/stream_test): document github issue for failing test * fix:test(ex): remove async from modules containing unstable tests These issues are with tests which access and assert on behavior from the global logger --------- Co-authored-by: Josh Larson <[email protected]>
- Loading branch information
1 parent
1361f4c
commit 5da7d80
Showing
30 changed files
with
144 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
elixir 1.13.3-otp-24 | ||
erlang 24.3.2 | ||
elixir 1.15.7-otp-26 | ||
erlang 26.1.2 | ||
nodejs 20.7.0 | ||
adr-tools 3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.