-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Stop using github.com/pkg/errors #103043
Comments
/area code-organization |
/assign |
@mcbenjemaa since you have contributed to k8s before and are in the github org, may be you can tackle the BONUS one? leave the easy stuff to new folks? |
@dims For sure! |
@dims would like to take this up |
Makes sense to cleanup sparse usage across the code base. But usage in kubeadm is intentional and %w is just not the same. We rather not touch kubeadm for the time being. |
/assign @gdsoumya |
Pardon me for working on an assigned issue. I forgot to assign the issue . Also I have only finished one section. There are many remaining so the assigned person might not face issues. |
Taking up files :
|
@gdsoumya allow the others to submit their first PR. |
@mcbenjemaa each of these directories have a single file with 1/2 line changes mostly so I thought of taking up these in one go. |
Hi I would like to pick |
Hi @dims |
Hi, I would like to take up
|
Hi, I would like to take those under cmd without cmd/kubeadm/app :) |
Folks working on this issue, should not mention |
Hi, I would like to take those :) |
we should not change kubeadm for the time being. |
@neolit123 Sorry about that, I saw the conversation above says don't change files under cmd/kubeadm/app, but cmd/kubeadm/test is not under it, so I changed it. |
@gdsoumya Hi, please don't mix and match files between SIGs if possible. If you want to do node files, do
If you want to do network, do
I will be closing PRs to SIG Node that only touch one or two files and split reviews between PRs. Just do them all in one go. |
/sig architecture |
Taking up files: PR: #104948 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We should be using Go native error wrapping (available since Go 1.13) (similar to what was done in containerd/console#54)
NOTE : Please do not submit PRs for
cmd/kubeadm/app
though it is listed below.code search : https://cs.k8s.io/?q=%22github.com%2Fpkg%2Ferrors%22&i=nope&files=&excludeFiles=vendor%2F&repos=kubernetes/kubernetes
ripgrep search :
If folks can pick up one line each and submit a PR, that would help get this turned around quickly. thanks!
BONUS: if someone can reuse one of the existing verify scripts under hack to ensure we don't regress, that would be awesome!
The text was updated successfully, but these errors were encountered: