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

Add TREATED to common group names (do not try to remove) #12

Merged
merged 1 commit into from
Feb 22, 2020

Conversation

lazaroclapp
Copy link
Contributor

The list of common/generic group names was missing this, which can cause
unrelated import static ... XEnum.TREATED; statements to be deleted.
We skip this kind of deletion for group names that are likely to clash
between experiment flags.

This PR also includes a unit test for this behavior.

The list of common/generic group names was missing this, which can cause
unrelated `import static ... XEnum.TREATED;` statements to be deleted.
We skip this kind of deletion for group names that are likely to clash
between experiment flags.

This PR also includes a unit test for this behavior.
@mkr-plse mkr-plse merged commit 307241a into master Feb 22, 2020
@mkr-plse mkr-plse deleted the lazaro_add_treated_to_common_groups branch June 23, 2020 17:15
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.

2 participants