Uh oh!
There was an error while loading. Please reload this page.
Faster exit from isTypeRelatedTo with identityRelation - #36590
Conversation
ahejlsberg
commented
Feb 3, 2020
@typescript-bot run dt |
Heya @ahejlsberg, I've started to run the perf test suite on this PR at c44f1a4. You can monitor the build here. It should now contribute to this PR's status checks. Update: The results are in! |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at c44f1a4. You can monitor the build here. It should now contribute to this PR's status checks. |
typescript-bot
commented
Feb 3, 2020
@ahejlsberg Here they are:Comparison Report - master..36590
System
Hosts
Scenarios
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
amcasey
commented
Feb 4, 2020
@typescript-bot pack this |
Hey @amcasey, I've packed this into an installable tgz. You can install it for testing by referencing it in your and then running There is also a playground for this build. |
amcasey
commented
Feb 4, 2020
10-run average from the original machine shows a 7% improvement. Very nice! |
sandersn
commented
Feb 7, 2020
This change fixes a failure in checking in interfaceE{stack: string;}declarevary: E|undefineddeclarevarx: E;varx=y;// error expected here, but none givenx.stackIt's very surprising to me that we didn't give an error here before. Note that we did give an error for |
sandersn
commented
Feb 7, 2020
Maybe it's because we weren't strictly checking duplicate declaration sites before. Normal code like |
Reduces the total compile time of the test in #36564 by about 6%.
Fixes#36564.