-
Notifications
You must be signed in to change notification settings - Fork 222
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
debuginfo: Improve debuginfo quality checking using metadata #1157
Conversation
ccdbf06
to
d78ac67
Compare
if we've tested this, I'm happy to merge this |
It's not fully tested. I have parked it for now, and I'll return to it soonish. |
1a7b90e
to
be13846
Compare
In subsequent PRs. We should add integration tests for |
@javierhonduco I'll wait for your input on this before I proceed with this. |
24608eb
to
9c9e038
Compare
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.
Great stuff!! Loving this, and learned a bunch of Go-isms on the way!
Left a couple of nits and some questions, and will test this on my machine right now!
9c9e038
to
e6edf49
Compare
1ddde9f
to
a5d7780
Compare
golangci-lint fails because of golangci/golangci-lint#2859 I'll find a work around And proto check failures should be fixed with #1260 |
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.
Looks great!!
Given that there are many changes here, could you run it for a little while on some test binary and see if everything works as expected?
🚢
82b4c6f
to
e51df4a
Compare
This is still being tested and blocked by #1265 |
Add hash to metadata file Reduce metadata states Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Refactor manager Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Clean up Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
87b540a
to
0239e60
Compare
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
0239e60
to
8f5c156
Compare
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.
Amazing work!
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
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.
Very nice! 💯
Signed-off-by: Kemal Akkoyun kakkoyun@gmail.com
Fixes #1097
Blocked by #1265