Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tooling/v8-snapshot/cache/darwin/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4360,5 +4360,5 @@
"./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "30957eb11212e6ebe537d8580a493219e1625eb6a65e3962e93b8dbe9e6d9e1c"
"deferredHash": "f9f0ac47d06b1eddd999a4644de5c98ba1005d75caf82a2bdc84716fd3b7b325"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent snapshot cache hashes across platforms

The darwin snapshot cache was updated with a new deferredHash value, but the linux and win32 snapshot caches still contain different hash values. Since all platforms should reference the same yarn.lock file in a monorepo, they should all have identical deferredHash values. This inconsistency means the snapshot caches are out of sync, which could cause the darwin build to use a different set of dependencies than linux and win32 builds, potentially leading to platform-specific bugs or build failures.

Fix in Cursor Fix in Web

}
Loading