-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Instantiate generic conditional infer source types in the context of the target conditional #31545
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
Instantiate generic conditional infer source types in the context of the target conditional #31545
Conversation
…the target conditional
@typescript-bot test this |
Heya @weswigham, I've started to run the perf test suite on this PR at 3b9dad7. You can monitor the build here. It should now contribute to this PR's status checks. Update: The results are in! |
Heya @weswigham, I've started to run the extended test suite on this PR at 3b9dad7. You can monitor the build here. It should now contribute to this PR's status checks. |
Heya @weswigham, I've started to run the parallelized Definitely Typed test suite on this PR at 3b9dad7. You can monitor the build here. It should now contribute to this PR's status checks. |
Does this fix #26627? |
@weswigham Here they are:Comparison Report - master..31545
System
Hosts
Scenarios
|
Huh, the perf failure is due to a regression in emit time in x64 only in older node only. @rbuckton - any insights? |
Yep, this fixes #26627 |
RWC is clean (failure was just an unaccepted diff of some new baselines in master). The DT failures are all the same as in All in all, change seems good. @ahejlsberg wanna review? |
…the target conditional (microsoft#31545) * Instantiate generic conditional infer source types in the context of the target conditional * Add test case from microsoft#26627
Fixes another part of #30732
Fixes #26627