-
Notifications
You must be signed in to change notification settings - Fork 764
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
Hide index URLs from header if not emitted #1835
Hide index URLs from header if not emitted #1835
Conversation
Thanks for contributing again! I have a couple questions. |
8a4bdbe
to
8b116f6
Compare
Some(Some(arg)) // keep this argument | ||
} | ||
}) | ||
.flatten() | ||
.join(" ") |
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.
This looks good to me, though I may pull it out to its own function.
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.
Sure, no problem, extracted to a separate function👍
Co-authored-by: Ivan Salamakha <vanya.s.vanya@gmail.com>
8b116f6
to
5276777
Compare
5276777
to
5f7d294
Compare
Thank you! |
## Summary Like #1835, but for `--find-links` (for consistency).
Summary
Hey guys! The motivation described in #1834
Test Plan
Changed snapshot of the existing tests.
--index-url
and--extra-index-url
occur pretty often, so no extra testing is required, imo.