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

Decouple hierarchy matching #3558

Merged
merged 16 commits into from
May 17, 2022
Merged

Decouple hierarchy matching #3558

merged 16 commits into from
May 17, 2022

Conversation

mcculls
Copy link
Contributor

@mcculls mcculls commented May 16, 2022

Adds pluggable hierarchy matchers so we can trial new techniques while still supporting the old approach.

@mcculls mcculls added the tag: do not merge Do not merge changes label May 16, 2022
@mcculls mcculls force-pushed the mcculls/decoupleHierarchyMatching branch from efdae19 to 6550689 Compare May 16, 2022 16:00
@mcculls mcculls changed the title WIP: decouple hierarchy matching Decouple hierarchy matching May 16, 2022
@mcculls mcculls added type: refactoring and removed tag: do not merge Do not merge changes labels May 16, 2022
@mcculls mcculls marked this pull request as ready for review May 16, 2022 19:34
@mcculls mcculls requested a review from a team as a code owner May 16, 2022 19:34
@devinsba
Copy link
Contributor

Do you have envisioned experiments you want to try?

@mcculls
Copy link
Contributor Author

mcculls commented May 17, 2022

@devinsba yes - this factory approach is needed so we can swap in some faster matchers that track results in bit-sets as well as add support for async matching, while still allowing a fall-back to the original approach in case we see issues in the field.

… creates AdviceTransformations to scrape advice classes) then we may as well use them in the constructor
@mcculls mcculls merged commit d50a1ff into master May 17, 2022
@mcculls mcculls deleted the mcculls/decoupleHierarchyMatching branch May 17, 2022 18:42
@github-actions github-actions bot added this to the 0.102.0 milestone May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants