You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update specific packages in my conan lockfiles, some (but not all) packages also seem to get a different timestamp. I'm not really sure what's the reason for that but the timestamp doesn't seem to have a direct effect on the selection of the packages. I can revert this change and it seems to work just the same.
The problem is that it makes the conan.lock commit/diff really confusing because you can't easily see which packages have been updated because like half the lines are shown as changed.
My question is, if I break something when I revert lines with only timestamp changes and commit only "real" changes? Also, would it be possible to let conan handle that, i.e. not produce these changes if they are not necessary?
I always update dependencies by removing a line from the conan.lock and then use `conan install --lockfile-partial --lockfile-out conan.lock" to fill the missing/updated dependencies. It leads to diffs like this:
What is your question?
When I update specific packages in my conan lockfiles, some (but not all) packages also seem to get a different timestamp. I'm not really sure what's the reason for that but the timestamp doesn't seem to have a direct effect on the selection of the packages. I can revert this change and it seems to work just the same.
The problem is that it makes the conan.lock commit/diff really confusing because you can't easily see which packages have been updated because like half the lines are shown as changed.
My question is, if I break something when I revert lines with only timestamp changes and commit only "real" changes? Also, would it be possible to let conan handle that, i.e. not produce these changes if they are not necessary?
I always update dependencies by removing a line from the conan.lock and then use `conan install --lockfile-partial --lockfile-out conan.lock" to fill the missing/updated dependencies. It leads to diffs like this:
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: