Uh oh!
There was an error while loading. Please reload this page.
Propagate nonInferrableType in &&, || and ?? operators - #38035
Conversation
Anders Hejlsberg (ahejlsberg)
commented
Apr 18, 2020
TypeScript Bot (@typescript-bot) test this |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the extended test suite on this PR at ade45ee. You can monitor the build here. |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the parallelized Definitely Typed test suite on this PR at ade45ee. You can monitor the build here. |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the parallelized community code test suite on this PR at ade45ee. You can monitor the build here. |
TypeScript Bot (typescript-bot)
commented
Apr 18, 2020
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
Anders Hejlsberg (ahejlsberg)
commented
Apr 18, 2020
Tests all look clean (DT errors are preexisting conditions). |
Wesley Wigham (weswigham)
commented
Apr 18, 2020
Do ternaries also need a fix at all? They union two branches, and |
Anders Hejlsberg (ahejlsberg)
commented
Apr 18, 2020
Thought about it some more and realized the real issue here is that |
Anders Hejlsberg (ahejlsberg)
commented
Apr 18, 2020
TypeScript Bot (@typescript-bot) test this |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the parallelized community code test suite on this PR at 96f45ff. You can monitor the build here. |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the parallelized Definitely Typed test suite on this PR at 96f45ff. You can monitor the build here. |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the extended test suite on this PR at 96f45ff. You can monitor the build here. |
Andrew Branch (andrewbranch)
commented
Apr 20, 2020
In one of my experiments, I actually tried doing this specifically for |
Fixes#37974.