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 wrong unreachable code in summarize aggregate #170

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

rylev
Copy link
Member

@rylev rylev commented Aug 16, 2021

This incorrect code was snuck in in #169. The code as it stands now should be exactly equivalent to how summarize aggregate
worked before #169 landed. We are filtering out the newly "integer" type events and so the code can assume (as it did before) that it's only dealing with time related events.

r? @michaelwoerister

Copy link
Member

@michaelwoerister michaelwoerister left a comment

Choose a reason for hiding this comment

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

Thanks, @rylev!

@michaelwoerister michaelwoerister merged commit e824550 into rust-lang:master Aug 19, 2021
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