diem/diem

[move package manager] renaming project directory produces error message

オープン

#9,591 opened on 2021/11/01

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (2,579 件のフォーク)batch import
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.

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