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
If X depends on Y which depends on Z, if I add dependency W to Y, X's dependency tree isn't currently updates.
I'm not sure what the solution here is other than forgoing dependency tree hashes completely (and thus have to traverse the entire dependency tree with dep-tree on each build). Maybe we could just make no guarantees and provide an easy way (other than bob clean to rebuild the dependency tree.
The text was updated successfully, but these errors were encountered:
If X depends on Y which depends on Z, if I add dependency W to Y, X's dependency tree isn't currently updates.
I'm not sure what the solution here is other than forgoing dependency tree hashes completely (and thus have to traverse the entire dependency tree with
dep-tree
on each build). Maybe we could just make no guarantees and provide an easy way (other thanbob clean
to rebuild the dependency tree.The text was updated successfully, but these errors were encountered: