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

Add Set.Extra.symmetricDifference, isSuperset, areDisjoint #39

Merged
merged 6 commits into from
Feb 23, 2024

Conversation

gampleman
Copy link
Collaborator

@gampleman gampleman commented Feb 22, 2024

Closes #38. Fixes #37 by removing reverseFilter.

Screenshot 2024-02-22 at 11 30 30

Once this is merged, I intend to freeze 1.0 and prepare 2.0.

Copy link
Collaborator

@lue-bird lue-bird left a comment

Choose a reason for hiding this comment

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

Nice.

  • fuzz tests for the new helper(s) would be awesome
  • in benchmarks: annotating and choosing more descriptive names for set1, set2, set3 etc as like largeSetWithEvenNumbers
  • as discussed isSuper/SubsetOf with this non-pipeline-friendly argument order is super confusing because all other helpers with -by -of -on etc seem to imply piping

@gampleman gampleman requested a review from lue-bird February 22, 2024 20:50
Copy link
Collaborator

@lue-bird lue-bird left a comment

Choose a reason for hiding this comment

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

<3

@gampleman gampleman merged commit 6770cd5 into master Feb 23, 2024
4 checks passed
@gampleman gampleman deleted the set-stuff branch February 23, 2024 10:29
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.

Add Set.Extra.symmetricDifference, isSuperset, areDisjoint List.Extra.reverseFilter has wrong documentation
2 participants