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 array type support for EventPipe to TraceEvent #1176

Merged
merged 13 commits into from
May 27, 2020

Conversation

davmason
Copy link
Member

Companion PR to dotnet/runtime#36242. This PR adds support for array type parsing to EventPipeEventSource.

@davmason
Copy link
Member Author

@noahfalk I apparently don't have the permissions to add you as reviewer

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

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

Looked good to me - mostly naming and factoring suggestions inline

src/TraceEvent/EventPipe/EventPipeFormat.md Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeFormat.md Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeFormat.md Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeFormat.md Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeFormat.md Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeEventSource.cs Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeEventSource.cs Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeEventSource.cs Outdated Show resolved Hide resolved
src/TraceEvent/TraceEvent.Tests/EventPipeParsing.cs Outdated Show resolved Hide resolved
@davmason
Copy link
Member Author

Theres one remaining failure that is only showing up in CI, I believe I know what the issue is and I'm working on it.

@noahfalk you probably want to at least glance again, the changes are big enough I don't consider them just updates

@davmason
Copy link
Member Author

Ok, nevermind. It looks like this is a pre-existing failing test

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

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

Couple more small things, overall lgtm

src/TraceEvent/EventPipe/EventPipeFormat.md Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeEventSource.cs Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeEventSource.cs Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeEventSource.cs Outdated Show resolved Hide resolved
src/TraceEvent/EventPipe/EventPipeEventSource.cs Outdated Show resolved Hide resolved
@brianrob
Copy link
Member

Overall, this looks good to me as well. @noahfalk, @davmason are you both ready for merge?

@davmason
Copy link
Member Author

I'm done with my changes and ready to merge

@brianrob brianrob merged commit db8b437 into microsoft:master May 27, 2020
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.

3 participants