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

SortedSet have been removed from Ruby Standard Library failing the specs #50

Open
mpantel opened this issue Jun 1, 2023 · 0 comments · May be fixed by #51
Open

SortedSet have been removed from Ruby Standard Library failing the specs #50

mpantel opened this issue Jun 1, 2023 · 0 comments · May be fixed by #51

Comments

@mpantel
Copy link

mpantel commented Jun 1, 2023

As described here: ruby/set#2 SortedSet has been removed from Ruby and is now an external dependency.

Due to dynamic nature of Aquarium specs now fail due to a:

RuntimeError:
       The `SortedSet` class has been extracted from the `set` library. You must use the `sorted_set` gem or other alternatives.

while iterating over Module.contants

We can either rescue this error or include SortedSet as a dependency.

@mpantel mpantel linked a pull request Jun 1, 2023 that will close this issue
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 a pull request may close this issue.

1 participant