Skip to content
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

When same Url file, different target path, does not update multiple #54

Closed
kzu opened this issue Oct 27, 2021 · 0 comments
Closed

When same Url file, different target path, does not update multiple #54

kzu opened this issue Oct 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kzu
Copy link
Member

kzu commented Oct 27, 2021

If the same upstream URL is used to target more than one file,
we currently just process it once and don't properly update the
other copies in other target folders.

We should instead index by file path and URI when skipping
duplicate processing.

NOTE: this would be a bit suboptimal since we'd still fetch the URL
multiple times, but we'd be correct. And it's a bit of a corner case
for now, not worth additional optimization for that for now, pending
user feedback.

Back this issue
Back this issue

@kzu kzu added the bug Something isn't working label Oct 27, 2021
@kzu kzu closed this as completed in 3190be0 Oct 27, 2021
@devlooped devlooped locked and limited conversation to collaborators Oct 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant