-
Notifications
You must be signed in to change notification settings - Fork 220
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 internal/trace from golang #55
Conversation
It would be awesome to get this reviewed/merged as a lot of other PRs that I would like to open depends on this. |
Could we add some automation on updating this? Otherwise stuff like this tends to get fragile quickly. |
👍 I'll do something like |
sounds good to me |
Done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one nit regarding review-ability of this long term. Otherwise lgtm!
@@ -0,0 +1,825 @@ | |||
// Copyright 2017 The Go Authors. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think github has a couple of magic headers that can be used to auto hide “generated” content. Do you mind adding one of those so the diff when we sync isn’t as huge to review as it is now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, looks like it's working :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lovely
pkg/storage: Move value chunks from tree nodes to a map in the series
Currently adding that package to
internal/trace
, as I feel we shouldn't be exposing others author's packages for them. But if maintainers think it's more reasonable to make it non internal, then I can change the PR :)The only thing I actually added is README.md, so it makes sense to only review that :)
Ref #46