Exclude comparable relation from literal type relation optimization - #53419
Conversation
|
TypeScript Bot (@typescript-bot) perf test this faster |
|
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the abridged perf test suite on this PR at 4c7eb83. You can monitor the build here. Update: The results are in! |
|
Daniel Rosenwasser (@DanielRosenwasser) Here they are:Comparison Report - main..53419
System
Hosts
Scenarios
Developer Information: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
TypeScript Bot (@typescript-bot) perf test this faster |
|
Heya Jake Bailey (@jakebailey), I've started to run the abridged perf test suite on this PR at 4c7eb83. You can monitor the build here. Update: The results are in! |
|
Jake Bailey (@jakebailey) Here they are:Comparison Report - main..53419
System
Hosts
Scenarios
Developer Information: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Reran to show that there's actually no change; there's a frustrating problem with the perf runs at the moment where (It's my fault for having disabled batching, which I did as it confused our dashboards into thinking a change regressed when it in fact did not.) |
cherry pick a type compatibility fix from TypeScript into ohos-tsc Created-by: lizzyhp Commit-by: Anders Hejlsberg Merged-by: openharmony_ci Description: cherry pick:microsoft/TypeScript#53419 ## **自测试用例** ### **一、tsc测试套** #### **1. tsc原生测试** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> #### **2. ts_extra_test** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> ### **二、ArkTSLinter测试套** #### **1. 三方库测试** - [ ] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> #### **2. Cookbook+issue测试** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> #### **3. ArkTest测试** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> ### **三、 编译测试** #### **1. 端到端测试** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> ### **四、 预览测试** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> ### **五、 热重载测试** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> ### **六、 急速预览** - [x] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> ### **七、 应用测试** - [ ] <small>已通过</small> - [ ] <small>不涉及,无需验证</small> See merge request: openharmony/third_party_typescript!767
Fixes #53400.