diem/diem

[move package manager] renaming project directory produces error message

Open

#9,591 opened on 2021年11月1日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)Rust (2,579 forks)batch import
buggood first issuemove

Repository metrics

Stars
 (16,698 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド