|
|
|
|
|
by skybrian
845 days ago
|
|
For dependencies where you didn’t explicitly specify the exact version, taking the latest version is nondeterministic - it varies over time. Someone else who checks out your code will get different results. I was hoping for something like Go’s minimum version dependency resolution. A lock file does solve the immediate issue. |
|
> I was hoping for something like Go’s minimum version dependency resolution.
Uh and that’s different how? The default semver range is “minimum dependency version” with an upper bound in the current major.