-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track symbols per type thats cached and dont keep adding to them #56421
Conversation
Here's a test that exhibits the problem: https://github.com/jakebailey/TypeScript/blob/fix-51721/tests/cases/compiler/trackedSymbolsNoCrash.ts |
@typescript-bot cherry-pick this to release-5.3 |
Heya @sheetalkamat, I've started to run the task to cherry-pick this into |
Cherry-picking is currently broken; I'm trying to quick resurrect my change that ports it to GHA to try and solve it "once and for all" since I haven't been able to figure out what broke there... |
Hey @sheetalkamat, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-5.3 manually. |
) Co-authored-by: Jake Bailey <[email protected]>
) Co-authored-by: Jake Bailey <[email protected]>
Fixes #56371
TODO: test