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

Fix map inspection (and other failing tests and compiler warnings) #195

Merged
merged 7 commits into from
Oct 21, 2024

Conversation

Qqwy
Copy link
Owner

@Qqwy Qqwy commented Oct 21, 2024

Fixes #194

  • In internal errors where it matters, maps are now always shown sorted
  • When working with any struct or other map that has fixed fields, (fixed_map), those fields will now also always be printed in sorted order
  • Fix some compiler deprecation warnings about usage of old syntax (old charlist syntax, old range syntax. Note that specifically for ranges we're not using the step syntax yet to keep backwards compatibility for a bit longer).
  • Fix some more compiler warnings that happened when building the test suite.
  • Upgrade to a much newer version of StreamData (we were still on v0.5)

@Qqwy Qqwy merged commit c2a9b5c into main Oct 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test suite is failing on OTP 26/27 because of changes in the small map rendering order
1 participant