-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss #16272
Conversation
Looking forward to reply. Thanks. |
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.
LGTM
thx @gocurr
Please backport this PR to both 3.5 and 3.4 if needed.
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.
LGTM
Thank you for explanation and patient.
For now? Or after this is merged(if accepted)? |
This PR needs to be backported to both 3.5 and 3.4. Please raise an issue to track the effort. Otherwise it's hard to track the task after merging this PR. |
@gocurr Please signoff the commit |
Sorry, I don't see anything wrong with the commit message. |
Please check:
|
Maybe it's the #16308, this pull uses wrong branch, and I closed it. |
Sorry, should it be abandoned? Sorry again. |
Sorry, I'm not very familiar with github's workflow yet. |
Please rebase this PR |
From the name of func 'UniqueURLsFromFlag', we can tell that UniqueURLs'uss should not have duplicates. The current implemention of UniqueURLs'Set has a bug to make it unique. Fixes: #16307. Signed-off-by: Jes Cok <[email protected]>
How I wish it can be cherry-picked. |
From the name of func 'UniqueURLsFromFlag', we can tell that UniqueURLs'uss should not have duplicates. The current implemention of UniqueURLs'Set has a bug to make it unique. This PR fixes it.
Please take a look.