-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 test case for short option handling #1260
Conversation
This issue or PR has been automatically marked as stale because it has not had recent activity. Please add a comment bumping this if you're still interested in it's resolution! Thanks for your help, please let us know if you need anything else. |
Closing this as it has become stale. |
Bump
…On Sat, Aug 28, 2021 at 12:07 PM stale[bot] ***@***.***> wrote:
Closed #1260 <#1260>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1260 (comment)>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYNLZTQXXY7KLCI25IIRM3T7ECS5ANCNFSM4Z57NOLA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This issue or PR has been bumped and is no longer marked as stale! Feel free to bump it again in the future, if it's still relevant. |
Ping. Simple change and its just in test code . @coilysiren @rliebz |
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.
Apologies for the delay, and thanks for the contribution!
Just wanted to double check, issue #1254 was already fixed in some other change set, and the purpose for this PR is to add a regression test?
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.
🎉 Thank you, @dearchap!
…erminated error
What type of PR is this?
What this PR does / why we need it:
The short options handling needs to restart from failed processing rather than from beginning of arguments
Which issue(s) this PR fixes:
Fixes #1254
Special notes for your reviewer:
Testing
go test -run=TestSliceShortOptionHandle ./...
Release Notes