Is there a mechanism to check if the lockfile is u...
# general
f
Is there a mechanism to check if the lockfile is up-to-date vs.
generate-lockfiles
needs to be rerun?
e
Define "up-to-date". • If you just mean that no changes have been made to the list of requirements (from wherever they may be sourced), then I'm not so sure. • If you mean that it is up-to-date with the latest versions of 3rd party packages that satisfy your constraints, then this will require fully re-resolving and running the full
generate-lockfiles
f
I mean the first one:
If you just mean that no changes have been made to the list of requirements (from wherever they may be sourced), then I’m not so sure.
Regarding the second one, we’d actually wish there was a way to prevent them from updating, like poetry
--no-update
. But that’s a different topic.
b
f
@broad-processor-92400 Thank you, yes, I am aware. But yeah, the question here is about the orthogonal case: just checking if the lockfile has been regenerated since the last change to the requirements.
b
I think that is 15723
f
Ah sorry, didn’t look carefully enough. Thank you!!
b
No worries, all good.