Add IteratorVoidReturnResult for optional 'value' when done - #40825
Add IteratorVoidReturnResult for optional 'value' when done#40825Ron Buckton (rbuckton) wants to merge 1 commit into
Conversation
|
TypeScript Bot (@typescript-bot) perf test |
|
Heya Ron Buckton (@rbuckton), I've started to run the parallelized community code test suite on this PR at 52a09b6. You can monitor the build here. |
|
Heya Ron Buckton (@rbuckton), I've started to run the extended test suite on this PR at 52a09b6. You can monitor the build here. |
|
Heya Ron Buckton (@rbuckton), I've started to run the parallelized Definitely Typed test suite on this PR at 52a09b6. You can monitor the build here. |
|
Heya Ron Buckton (@rbuckton), I've started to run the perf test suite on this PR at 52a09b6. You can monitor the build here. Update: The results are in! |
52a09b6 to
dad88fc
Compare
|
Ron Buckton (@rbuckton) Here they are:Comparison Report - master..40825
System
Hosts
Scenarios
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
|
These are the exact cases that illustrate why I'm not certain this approach will work compared to #40823: |
|
This experiment is pretty old, so I'm going to close it to reduce the number of open PRs. |
This is an alternative to #40823 to verify whether introducing an optional
IteratorVoidReturnResultto theIteratorResultunion (that only applies whenTReturncontainsvoid) will cause any issues with assignability in our user tests.Fixes #38479