-
Notifications
You must be signed in to change notification settings - Fork 337
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 argcomplete vendored version to vendor README.md #1742
Add argcomplete vendored version to vendor README.md #1742
Conversation
Signed-off-by: BryceGattis <brycegattis@yahoo.com>
Comparing
|
Comparing
|
I wrote this script:
It takes every commit between v0.6.7 and v0.8.5 and gets the diff stats between that commit and our code. For each diff, it sums the insertions and deletions. And it prints the best match at the end. The result is that kislyuk/argcomplete@6f943d7 is what is the closest to what we have. It's almost v0.8.2 but not quite. I think it's slightly before v0.8.2... Though, we would have to look at the diff to see if it's really 6f943d76400d6755c2152deff4f2c5c5fa4d9e7c or if v0.8.2 is good enough. |
@JeanChristopheMorinPerso Yep looks like you're right! Thanks for writing up that script that's great! It's only a 8 line diff across the files comparing to 6f943d76400d6755c2152deff4f2c5c5fa4d9e7c instead of the 23 line diff from v0.8.2. I'll update the README.md to reference that commit. |
Signed-off-by: BryceGattis <brycegattis@yahoo.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.
Thanks!
dc761d1
into
AcademySoftwareFoundation:main
…Foundation#1742) Signed-off-by: BryceGattis <brycegattis@yahoo.com>
Did some digging to find out which version of argcomplete we are using. Going to put the diff in a comment as well.