Skip to content
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

Tests for maps fail with OTP26 #12403

Closed
moogle19 opened this issue Feb 15, 2023 · 1 comment
Closed

Tests for maps fail with OTP26 #12403

moogle19 opened this issue Feb 15, 2023 · 1 comment

Comments

@moogle19
Copy link
Contributor

Elixir and Erlang/OTP versions

Elixir: main
OTP: 26.0-rc1

Operating system

macOS

Current behavior

Many tests for maps fail, since the sort ordering changed for OTP26 (https://www.erlang.org/news/160#maps).
This mostly concerns Enum and Inspect functions, since the test require a specific ordering in their asserts.

Expected behavior

The tests shouldn't assume a specific sorting order for maps.

@josevalim
Copy link
Member

Yes, please see #11985.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants