-
Notifications
You must be signed in to change notification settings - Fork 403
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
Improve library redirect behavior #3790
Improve library redirect behavior #3790
Conversation
This is a follow up to #3729 |
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
To make sure I understand, this is a general simplification that does not actually address the issues in #3729, right?
Yes, this PR does not address #3729 because that issue has already been fully resolved. It's just that I later realized I can maintain all the redirection mechanisms in a single place. Previously, it was split across Scope and Dune_file. |
5e87ea1
to
222f3d3
Compare
Apologies I meant #3810, but I was confused, I see that this PR is not related to that one. |
I’m not entirely sure how to fix #3810 yet unfortunately :/
Rudi.
…On Sep 22, 2020, 7:40 PM -0700, Nicolás Ojeda Bär ***@***.***>, wrote:
> Yes, this PR does not address #3729 because that issue has already been fully resolved. It's just that I later realized I can maintain all the redirection mechanisms in a single place. Previously, it was split across Scope and Dune_file.
Apologies I meant #3810, but I was confused, I see that this PR is not related to that one.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
222f3d3
to
ccbe80b
Compare
Previously, we'd add redirect for private libraries only if the underlying libraries were filtered out. It's simpler, to just always add a redirect and rmeove the additional logic for redirects when constructing a library database. Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
ccbe80b
to
2f3e821
Compare
Previously, we'd add redirect for private libraries only if the
underlying libraries were filtered out. It's simpler, to just always add
a redirect and rmeove the additional logic for redirects when
constructing a library database.