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 a bug in the strict implementation of setUnion #242

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

stephenamar-db
Copy link
Collaborator

Relax setUnion strictness towards arguments: basically std.set() and std.setUnion will be able to create a set.
Fix the bad bug where one of the argument was empty - we just returned the empty set instead of the other one.

@stephenamar-db stephenamar-db merged commit aa88f44 into master Dec 17, 2024
6 checks passed
@stephenamar-db stephenamar-db deleted the setUnionFix branch December 17, 2024 23:12
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.

2 participants