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

Possbile wrong min limit for formula pkglist length #68

Open
alexandruavadanii opened this issue Nov 12, 2017 · 0 comments
Open

Possbile wrong min limit for formula pkglist length #68

alexandruavadanii opened this issue Nov 12, 2017 · 0 comments

Comments

@alexandruavadanii
Copy link
Contributor

Commit [1] introduced a min length for expanding the package list only when it is not empty.
[2] probably re-used the code from [1]?

e.g.:

  • N packages defined without a version specified;
  • 1 package defined with version;
  • expected: N+1 packages installed;
  • actual result: N package installed;
  • adding one more package with version, N+2 packages are installed;

Fix should be trivial.

[1] 04aa7b4#diff-e556868517f9d506b2e5d83277b3c716R145
[2] 7a2f1d2#diff-e556868517f9d506b2e5d83277b3c716R161

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