-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider base types in isArrayLikeType #43435
Conversation
@typescript-bot perf test this faster |
Heya @andrewbranch, I've started to run the perf test suite on this PR at 63c6346. You can monitor the build here. Update: The results are in! |
Heya @andrewbranch, I've started to run the abridged perf test suite on this PR at 63c6346. You can monitor the build here. Update: The results are in! |
@typescript-bot test this |
Heya @andrewbranch, I've started to run the parallelized Definitely Typed test suite on this PR at 63c6346. You can monitor the build here. |
Heya @andrewbranch, I've started to run the extended test suite on this PR at 63c6346. You can monitor the build here. |
Heya @andrewbranch, I've started to run the parallelized community code test suite on this PR at 63c6346. You can monitor the build here. |
@andrewbranch Here they are:Comparison Report - master..43435
System
Hosts
Scenarios
Developer Information: |
@weswigham is it expected that without this shortcut, we hit the instantiation depth limiter trying to structurally compare the |
@andrewbranch Here they are:Comparison Report - master..43435
System
Hosts
Scenarios
Developer Information: |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot cherry-pick this to release-4.3 |
Heya @RyanCavanaugh, I've started to run the task to cherry-pick this into |
Hey @RyanCavanaugh, I've opened #43438 for you. |
) * Fix getRecursionIdentity, undo changes from #43435 (but keep tests) * Remove test that takes excessively long to run * Accept new baselines * Fix formatting * Add regression tests * Reinstate test
Fixes #43249