Uh oh!
There was an error while loading. Please reload this page.
fix(transform): detect partially written compilation cache entries - #41739
Conversation
Store cached transpiled code as `// <sha1>\n<content>` and verify the hash when reading, so that a partially written cache file is ignored and re-transpiled instead of being used.
Test results for "MCP"5 failed 7755 passed, 1249 skipped Merge workflow run. |
Test results for "tests 1"3 flaky49521 passed, 1161 skipped Merge workflow run. |
d448aac
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
// <sha1>\n<content>and verify the hash when reading.Fixes: #41726