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

carmel update is slow #44

Closed
miyagawa opened this issue May 8, 2022 · 0 comments
Closed

carmel update is slow #44

miyagawa opened this issue May 8, 2022 · 0 comments

Comments

@miyagawa
Copy link
Owner

miyagawa commented May 8, 2022

carmel update tries to update all the modules in cpanfile from CPAN even if there's actually no updates.

Even carmel update Module could take a long time if the Module in question has a lot of dependencies.

To speed up, I need to split up the task to walk down the snapshots and call some Menlo or MetaCPAN API to look for updates, and install only the updated modules, rather than trying to install everything from scratch and determine what's been changed.

miyagawa added a commit that referenced this issue May 8, 2022
Fix #44 make carmel udpate faster by checking CPAN for updates
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

No branches or pull requests

1 participant