-
Notifications
You must be signed in to change notification settings - Fork 20
lake update
does not pick up updates from transitive dependencies
#119
Comments
Only partially. See #120 It turns out this already worked in some cases. Namely |
Another issue: when updating
Output:
Note that the update for |
Unless I am mistaken, 23f8577 is the latest version of |
Fixed by #138 (not sure why GitHub did not automatically close it already). |
For example
mathlib3port
depends onlean3port
which depends onmathlib4
. But runninglake update
inmathlib3port
does not pick up the newmathlib4
version whenlean3port
updates its dependency.We touched on this in another issue, but it's still an issue in the latest release. See #70 (comment):
"... but instead replace them with the current entry from the dependency's manifest." Otherwise sounds good to me.
The text was updated successfully, but these errors were encountered: