Fix subtype reduction involving type variables with union constraints#53351
Fix subtype reduction involving type variables with union constraints#53351ahejlsberg merged 2 commits intomainfrom
Conversation
|
@typescript-bot test this |
|
Heya @ahejlsberg, I've started to run the diff-based top-repos suite on this PR at f6c466a. You can monitor the build here. Update: The results are in! |
|
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at f6c466a. You can monitor the build here. Update: The results are in! |
|
Heya @ahejlsberg, I've started to run the diff-based user code test suite on this PR at f6c466a. 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 f6c466a. You can monitor the build here. |
|
Heya @ahejlsberg, I've started to run the abridged perf test suite on this PR at f6c466a. You can monitor the build here. Update: The results are in! |
|
@ahejlsberg Here are the results of running the user test suite comparing Everything looks good! |
|
@ahejlsberg Here they are:Comparison Report - main..53351
System
Hosts
Scenarios
Developer Information: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hey @ahejlsberg, the results of running the DT tests are ready. |
|
@ahejlsberg Here are the results of running the top-repos suite comparing Everything looks good! |
|
Tests and performance are unchanged. This one is good to go. |
jakebailey
left a comment
There was a problem hiding this comment.
Do we need to backport this to 5.0?
I could go either way on that. The underlying issue has been present for years, but the combination of that and an unrelated change in 5.0 caused a regression. |
|
I'll trigger it anyway, and we can discuss it at a meeting. @typescript-bot cherry-pick this to release-5.0 |
|
Heya @jakebailey, I've started to run the task to cherry-pick this into |
|
Hey @jakebailey, I've opened #53422 for you. |
…e-5.0 (#53422) Co-authored-by: Anders Hejlsberg <andersh@microsoft.com>
…to release-5.0 (microsoft#53422) Co-authored-by: Anders Hejlsberg <andersh@microsoft.com>
Fixes #53311.