-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Fix blocking of recursive dependencies in getNarrowedTypeOfSymbol #48941
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@typescript-bot test this |
Heya @ahejlsberg, I've started to run the diff-based community code test suite on this PR at 56b4f68. You can monitor the build here. Update: The results are in! |
Heya @ahejlsberg, I've started to run the extended test suite on this PR at 56b4f68. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at 56b4f68. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the abridged perf test suite on this PR at 56b4f68. You can monitor the build here. Update: The results are in! |
@ahejlsberg Here they are:Comparison Report - main..48941
System
Hosts
Scenarios
Developer Information: |
@ahejlsberg |
@typescript-bot cherry-pick this to release-4.6 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Hey @DanielRosenwasser, 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-4.6 manually. |
Really? You couldn't cherry-pick a one-line change? 🙄 |
I'll cherry-pick the squash commit manually. |
Tests and perf all look fine. |
…8941) * Better blocking of recursive dependencies in getNarrowedTypeOfSymbol * Add regression test
…8941) (#48943) * Better blocking of recursive dependencies in getNarrowedTypeOfSymbol * Add regression test Co-authored-by: Anders Hejlsberg <[email protected]>
Fixes #48902.