Uh oh!
There was an error while loading. Please reload this page.
Fix crash when serializing the return type of a generic call to Array.prototype.flat - #38904
Conversation
…ions produced by recursive conditionals
Wesley Wigham (weswigham)
commented
Jun 2, 2020
TypeScript Bot (@typescript-bot) test this |
Heya Wesley Wigham (@weswigham), I've started to run the parallelized community code test suite on this PR at 6658f1e. You can monitor the build here. |
Heya Wesley Wigham (@weswigham), I've started to run the parallelized Definitely Typed test suite on this PR at 6658f1e. You can monitor the build here. |
Heya Wesley Wigham (@weswigham), I've started to run the extended test suite on this PR at 6658f1e. You can monitor the build here. |
Heya Wesley Wigham (@weswigham), I've started to run the perf test suite on this PR at 6658f1e. You can monitor the build here. Update: The results are in! |
TypeScript Bot (typescript-bot)
commented
Jun 2, 2020
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
TypeScript Bot (typescript-bot)
commented
Jun 2, 2020
Wesley Wigham (@weswigham) Here they are:Comparison Report - master..38904
System
Hosts
Scenarios
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wesley Wigham (weswigham)
commented
Jun 2, 2020
RWC and user all look good. Perf is fine. DT needs some text changes to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Wesley Wigham (weswigham)
commented
Jun 15, 2020
TypeScript Bot (@typescript-bot) cherry-pick this to release-3.9 |
Heya Wesley Wigham (@weswigham), I've started to run the task to cherry-pick this into |
TypeScript Bot (typescript-bot)
commented
Jun 15, 2020
Hey Wesley Wigham (@weswigham), 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-3.9 manually. |
….prototype.flat (microsoft#38904) * Add declaration emit error and checking for circularly referential unions produced by recursive conditionals * Allow indexed accesses to produce alias symbols on types * Add test that still triggers the declaration emit error * Fix spelling
…to Array.prototype.flat (microsoft#38904) (microsoft#39079)" This reverts commit 986e9dd.
Fixes#38298
This fix is two-pronged:
.typesand error message baselines where many complex types got reduced toSomeAlias<T>or the like. That should be an improvement for many situations outside of the crashing one.