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

Refactor clydetools fetch code #120

Merged
merged 2 commits into from
Nov 30, 2022
Merged

Refactor clydetools fetch code #120

merged 2 commits into from
Nov 30, 2022

Conversation

agateau
Copy link
Owner

@agateau agateau commented Nov 30, 2022

This PR reworks clydetools fetch code to prepare for the ability to fetch updates from other places than GitHub. This is the first step for #119.

It splits the code in two parts: generic fetching code is in fetch.rs. GitHub specific code is in gh_fetcher.rs.

There is no Fetcher trait for now, but the next step is to introduce it.

A generic part in fetch.rs and GH specific code in gh_fetcher.rs.
Avoids adding releases to skim package, until
lotabout/skim#496 has been fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant