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

Lockfile modified when installing from lockfile #81

Open
scassard opened this issue May 23, 2019 · 0 comments
Open

Lockfile modified when installing from lockfile #81

scassard opened this issue May 23, 2019 · 0 comments

Comments

@scassard
Copy link
Contributor

I've encountered an issue while using "Install dependencies (as specified in lockfile)". Several times, my lockfile was modified after this operation.
It does not happen at each time, but I figured out a case in which it happens.

Initial state of the lockfile :

[...]
# SOLVED DEPENDENCIES
A 1.0
    B 1.0+
B1.1

Then I updated B to 1.2 version

[...]
# SOLVED DEPENDENCIES
A 1.0
    B 1.0+
B1.2

And after running "Install dependencies (as specified in lockfile)", and the lockfile is modified as followed :

[...]
# SOLVED DEPENDENCIES
A 1.0
    B 0.9+
B1.2

And 0.9+ was a transitive dependency in a previous version of my package A.

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