Error: Debug Failure. False expression: Semantic diagnostics shouldnt be available for changed files #50222
Labels
Needs More Info
The issue still hasn't been fully clarified
Rescheduled
This issue was previously scheduled to an earlier milestone
Milestone
Bug Report
I was testing the correctness of watch mode in TypeScript 4.7.4 with a patch applied (see #7317, which I am using on top of 4.7.4 until I move to 4.8 which has #48997) when I came across this crash.
The test was performed on a large mono repo. I would checkout two branches that had hundreds of commits in between each other (some of which updated
package.json
), but both were on the same version of TypeScript. After completing a checkout, I would runyarn install
.This is the crash:
🔎 Search Terms
semantic diagnostics shouldnt be available for changed files
🕗 Version & Regression Information
4.7.4 with patch applied (see bug description above)
🙁 Actual behavior
Crash with Semantic diagnostics shouldnt be available for changed files
🙂 Expected behavior
No crash, settle down and eventually typescript completely passes without needing to restart typescript
The text was updated successfully, but these errors were encountered: