diem/diem
[move package manager] renaming project directory produces error message
オープン
#9,591 opened on 2021/11/01
buggood first issuemove
Repository metrics
- Stars
- (16,698 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
This is a low-pri report.
If I have a Move package in a directory named my-project and run move package build, then rename my-project to some-other-name and re-run the build, I get
CACHED MoveStdlib
Error: No such file or directory '/Users/shb/some-other-name/build/MoveStdlib/sources'
Deleting the build directory fixes the issue, but it would be nice if the package manager did this for me so it doesn't need to show the "No such file or directory" message.