-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
port codebase to adapt to new thanos errors pkg replacing github.com/pkg/errors #5382
Conversation
Signed-off-by: Bisakh Mondal <[email protected]>
Signed-off-by: Bisakh Mondal <[email protected]>
Signed-off-by: Bisakh Mondal <[email protected]>
Signed-off-by: Bisakh Mondal <[email protected]>
Thanks a lot for this effort! I wonder if we should do this port in one go, or split it component-wise somehow. 🙂 |
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 good! I'm impartial as to whether we do this in one go or split by components or so. Since it's mechanical change, I'm fine with having it all here. However I'm also wondering if those failures are related 🤔.
Would you like to push this forward @bisakhmondal? 🙂 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
What's the status of this? |
the code has been ported to https://github.com/efficientgo/core |
Still needed |
Hello 👋 Looks like there was no activity on this amazing PR for the last 30 days. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
In continuation of #5239
Related Issue: closes #5176
Changes
Newf
and Wrap ->Wrapf
errors
package with stack trace functionality #5239, depends ongithub.com/thanos-io/thanos/pkg/testutil
internal pkg leading to give rise of cyclic dependency - FixedUsed the following snippet to automate the replacement and then a
make format
with manual imports orderingVerification
make lint && make build
works successfully