Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use package roots rather than package members for cache initialization (
#5233) ## Summary This is a proper fix for the issue patched-over in #5229, thanks to an extremely helpful repro from @tlambert03 in that thread. It looks like we were using the keys of `package_roots` rather than the values to initialize the cache -- but it's a map from package to package root. ## Test Plan Reverted #5229, then ran through the plan that @tlambert03 included in #5229 (comment). Verified the panic before but not after this change.
- Loading branch information