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

Reduce unnecessary git fetch to check new versions of dependencies #45

Open
kana opened this issue Mar 1, 2014 · 1 comment
Open

Reduce unnecessary git fetch to check new versions of dependencies #45

kana opened this issue Mar 1, 2014 · 1 comment

Comments

@kana
Copy link
Owner

kana commented Mar 1, 2014

Suppose that a flavorfile contains foo, bar and baz, and these three plugins depend on qux. vim-flavor upgrade will check new versions of ...

  1. foo
  2. qux as a dependency of foo
  3. bar
  4. qux as a dependency of bar
  5. baz
  6. qux as a dependency of baz

Though a new version of qux might be released between the 2nd step and the 6th step, it rarely happens. So that results of the 2nd, 4th and 6th steps are almost always the same. We can reuse the result of the 2nd step for the 4th and 6th steps.

@kana
Copy link
Owner Author

kana commented Apr 15, 2014

Related to: #21

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