oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
71.08k stars 2.47k forks source link

Fix workspace packages not being found when they are moved #10899

Closed zackradisic closed 1 week ago

zackradisic commented 1 week ago

What does this PR do?

Fixes #10833

It looks like when we were diffing the lockfile from disk and parsed lockfile we did not update with the new workspace_paths from the newly parsed one

github-actions[bot] commented 1 week ago

❌ @zackradisic, your commit has failing tests :(

ο£ΏπŸ’ͺ 3 failing tests Darwin AARCH64

ο£ΏπŸ’» 3 failing tests Darwin x64 baseline

ο£ΏπŸ’» 2 failing tests Darwin x64

🐧πŸ’ͺ 1 failing tests Linux AARCH64

πŸͺŸπŸ’» 7 failing tests Windows x64 baseline

πŸͺŸπŸ’» 9 failing tests Windows x64

View logs

Jarred-Sumner commented 1 week ago

Tested that #5413 is not fixed by this

Reproduction: mono.zip

image
Jarred-Sumner commented 1 week ago

Awesome