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

Isolate : Fix filter match combination bug #2748

Merged
merged 1 commit into from Aug 28, 2018

Conversation

johnhaddon
Copy link
Member

It's a bitmask, so we need to use bitwise or. I think we were still getting correct results with the buggy code, but weren't hitting the pruning optimisation for ExactMatch | AncestorMatch.

It's a bitmask, so we need to use bitwise or. I _think_ we were still getting correct results with the buggy code, but weren't hitting the pruning optimisation for `ExactMatch | AncestorMatch`.
@andrewkaufman andrewkaufman merged commit b2a5470 into GafferHQ:master Aug 28, 2018
@johnhaddon johnhaddon deleted the isolateFix branch August 29, 2018 15:22
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.

None yet

2 participants