Reproduction
This seems to happen frequently after updating dependencies:
- Run
vp up -r --latest
- Run
vp install
- Run
vp install again if the lockfile/catalog state needs another pass after the update
- The second
vp install does all the work and appears finished, but the process does not exit
Actual behavior
vp install appears done, but hangs instead of exiting cleanly.
Expected behavior
Once install work is complete, vp install should exit normally.
Notes
- This reproduces for me almost every time I update deps
- I just hit it on Codiff
- It used to happen on fate.technology as well
CC @fengmk2
Reproduction
This seems to happen frequently after updating dependencies:
vp up -r --latestvp installvp installagain if the lockfile/catalog state needs another pass after the updatevp installdoes all the work and appears finished, but the process does not exitActual behavior
vp installappears done, but hangs instead of exiting cleanly.Expected behavior
Once install work is complete,
vp installshould exit normally.Notes
CC @fengmk2