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

core(fr): add base gatherer class #11917

Merged
merged 2 commits into from
Jan 6, 2021
Merged

core(fr): add base gatherer class #11917

merged 2 commits into from
Jan 6, 2021

Conversation

patrickhulce
Copy link
Collaborator

Summary
Adds the base Fraggle Rock gatherer class that allows transition of gatherers to implement both APIs.

Why a new class instead of the augmenting the old class? Clarity. This approach allows anyone reading a gatherer file to immediately see whether it supports the new modes or not. We'll also be able to know from a type perspective that a gatherer doesn't support the new method, forcing a one-by-one examination of each gatherer as we upgrade them for FR.

Related Issues/PRs
ref #11313
Design Doc

@patrickhulce patrickhulce requested a review from a team as a code owner January 5, 2021 17:44
@patrickhulce patrickhulce requested review from adamraine and removed request for a team January 5, 2021 17:44
@google-cla google-cla bot added the cla: yes label Jan 5, 2021
Copy link
Member

@adamraine adamraine left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants