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 absorption issue #113

Merged
merged 4 commits into from
Nov 15, 2024
Merged

Fix absorption issue #113

merged 4 commits into from
Nov 15, 2024

Conversation

tomas789
Copy link
Contributor

@tomas789 tomas789 commented Nov 29, 2022

This fixes the issue #112. Main reason was that when doing the negative absorption the result was the same as one of the arguments already present. This caused it to be duplicated in arguments.

@tomas789 tomas789 changed the title WIP: Fix absorbtion issue https://github.com/bastikr/boolean.py/issues/112 Fix absorbtion issue https://github.com/bastikr/boolean.py/issues/112 Nov 29, 2022
@tomas789 tomas789 changed the title Fix absorbtion issue https://github.com/bastikr/boolean.py/issues/112 Fix absorbtion issue #112 Nov 29, 2022
@tomas789 tomas789 changed the title Fix absorbtion issue #112 Fix absorption issue Nov 29, 2022
Copy link
Collaborator

@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

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

Thanks... in addition to the comments I provided inline, could you also squash your commits and give it a nice message ... may be with https://aboutcode.readthedocs.io/en/latest/contributing/writing_good_commit_messages.html ?

boolean/test_boolean.py Outdated Show resolved Hide resolved
boolean/test_boolean.py Show resolved Hide resolved
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>

Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Copy link
Collaborator

@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

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

Looking good and merging.

@pombredanne pombredanne merged commit 228f005 into bastikr:master Nov 15, 2024
10 of 17 checks passed
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.

3 participants