-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comparison with other types #19
Comparison with other types #19
Conversation
7430b6a
to
3d95c35
Compare
Note @dset0x, this branch does not fully mimic the behavior of |
* Comparing an intbitset with anything that is not an intbitset should behave as a set would. E.g. intbitset([1,2,3]) == set([1,2,3]) is False. (closes inveniosoftware-contrib#18) Signed-off-by: Samuele Kaplun <[email protected]> Reported-by: Dimitrios Semitsoglou-Tsiapos <[email protected]>
3d95c35
to
3fb6d9b
Compare
I will be reviewing and may be rebasing and merging this at last! |
Four years sure fly by quickly. |
Closing PR as it's stale for several years. |
@lnielsen the code is stable and this PR is still valid... so let me review and merge. It is LTGM otherwise. |
Actually this is not readily mergeable... my bad. Closing indeed. |
I was really counting on this one. (´д`) |
Just FYI, I was doing cleanup of old pull requests in inveniosoftware organisation, that was the main reason to close it since it was open since 2014 :-) |
@dset0x we can implement it still... but the code in this PR was stale and not exactly working as expected. |
should behave as a set would. E.g.
intbitset([1,2,3]) == set([1,2,3]) is False.
(closes Support comparisons with other types. #18)
Signed-off-by: Samuele Kaplun [email protected]
Reported-by: Dimitrios Semitsoglou-Tsiapos [email protected]