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

Make sets default to maps-based implementation #8429

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

josevalim
Copy link
Contributor

I have tagged it as a Erlang/OTP 28 change.

This should be safe to do as the new data type was introduced on Erlang/OTP 24. Feel free to close it if you believe it is too early.

Copy link
Contributor

github-actions bot commented Apr 28, 2024

CT Test Results

     5 files     495 suites   1h 36m 14s ⏱️
 3 881 tests  3 792 ✅  89 💤 0 ❌
11 862 runs  11 020 ✅ 842 💤 0 ❌

Results for commit 7805c42.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@bjorng bjorng added this to the OTP-28.0 milestone Apr 29, 2024
@rickard-green rickard-green added the team:VM Assigned to OTP team VM label Apr 29, 2024
Copy link
Contributor

@bjorng bjorng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, except for the example of how to convert from the old version to the new.

lib/stdlib/src/sets.erl Outdated Show resolved Hide resolved
lib/stdlib/src/sets.erl Outdated Show resolved Hide resolved
Co-authored-by: Björn Gustavsson <bgustavsson@gmail.com>
@bjorng bjorng added the testing currently being tested, tag is used by OTP internal CI label Jun 3, 2024
@bjorng
Copy link
Contributor

bjorng commented Jun 3, 2024

Thanks! Added to our daily builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants