-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Erlang 26.2.5 #814
base: master
Are you sure you want to change the base?
chore: Erlang 26.2.5 #814
Conversation
dd61620
to
37979d8
Compare
Coverage of commit
|
2618e00
to
f3978bb
Compare
@@ -251,7 +251,7 @@ defmodule State.ServerTest do | |||
%Example{id: 2, data: :other} | |||
]) | |||
|
|||
assert [%{data: 38}, %{data: 44}, %{data: :other}] = HooksServer.all() | |||
assert [%{data: :other}, %{data: 38}, %{data: 44}] = HooksServer.all() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulswartz got a bit of a stumper here. With this update, my Mac wants this list to be in this order, while the Linux GHA runner wants it to be in the old order. I did some digging around in the OTP repo and couldn't find anything obvious that introduced this, but it seems like it might be a bug in Mnesia/ETS? Closed thing I found was this, which suggests the behavior observed on Mac is a regression: erlang/otp#6752.
4e66267
to
4d1d9ec
Compare
Coverage of commit
|
@bklebe given the size of this PR, is it possible to split it up into an Elixir upgrade (mostly formatting changes I think?) and an Erlang upgrade? |
@paulswartz definitely! |
4d1d9ec
to
13bc964
Compare
40f4a6b
to
b3fc38f
Compare
13bc964
to
f397995
Compare
Coverage of commit
|
b3fc38f
to
8f4d6c3
Compare
f397995
to
f4c253f
Compare
8f4d6c3
to
59dbb0f
Compare
f4c253f
to
3602f6e
Compare
Coverage of commit
|
59dbb0f
to
9ac98e7
Compare
762d462
to
636e765
Compare
9ac98e7
to
f59056a
Compare
Coverage of commit
|
f59056a
to
0cd0070
Compare
636e765
to
e592254
Compare
- Upgrades Sobelow and ignores a new false positive XSS warning - Fixes a test failure caused by changes in :gen_server.start_link - Fixes a test failure related to element ordering in ETS lookups
e592254
to
c758562
Compare
Summary of changes
Asana Ticket: TICKET_NAME
[Please include a brief description of what was changed]