-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Restore ordering of operations involving type parameters and unions #50116
Conversation
@typescript-bot test this |
Heya @ahejlsberg, I've started to run the extended test suite on this PR at e0c96cd. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at e0c96cd. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the diff-based user code test suite on this PR at e0c96cd. You can monitor the build here. Update: The results are in! |
Heya @ahejlsberg, I've started to run the abridged perf test suite on this PR at e0c96cd. You can monitor the build here. Update: The results are in! |
@ahejlsberg Here they are:Comparison Report - main..50116
System
Hosts
Scenarios
Developer Information: |
@ahejlsberg |
Heya @ahejlsberg, I've run the RWC suite on this PR - assuming you're on the TS core team, you can view the resulting diff here. |
@RyanCavanaugh @amcasey Test and performance suites all look good. We may want to consider this for 4.8. |
I don't object to including it in 4.8, but I'm not convinced it's urgent, given that we don't seem to have heard about this in 4.6 or 4.7. Was the repro just a canary for a more widespread problem? |
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.
This is basically a straight revert, so LGTM
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.
LGTM
Fixes #49982.
I didn't add a regression test as the repro is quite large and involves external NPM packages. I have however manually verified that performance of the repro is back to 4.5 level and that no OOM occurs.