CARVIEW |
Select Language
HTTP/2 200
date: Fri, 18 Jul 2025 20:50:02 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/TypeScript.git
etag: W/"f4fd2fb0e03f17dc28431533db95cc18"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=EQIMEcjG57dVrrHudv6KDJ16wms3CgyEJZ5cYYoMz50%2FN4tWwnE%2FMNpQO8fccYDggaYFRhBpQtD8cSqm2Z6s0w59Et5bNpEWOtLYNLEnpvmGYBdB%2F%2BjdAZNKXI1uyXSSUogeTuPAgPVYPcpaeBgx2gAjUajB78xIUQLtlCeZmqqlkDrV7SF0iXMuj13r%2FoIcaCqq9muWI27uy36UOvnXq6Ao%2BTBwOaWGqyOAgMXmuB4L0mZrE9Zgmd9D6bu%2BvuiCP6YU233Lkvj7delBi0jkvA%3D%3D--iyRRvLH4eaKRiMRR--piEksIsVGnBtGRvYcALTEQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.409168755.1752871801; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 20:50:01 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 20:50:01 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C9D4:134C64:16BA55:1D879A:687AB379
Improve recursion depth checks (#46599) · microsoft/TypeScript@373accf · GitHub
Copy file name to clipboardExpand all lines: tests/baselines/reference/invariantGenericErrorElaboration.errors.txt
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit 373accf
authored
Improve recursion depth checks (#46599)
* Decrease recursion depth limit to 3 + smarter check for recursion
* Accept new baselines
* Always set last type id
* Keep indexed access recursion depth check
* Less expensive and corrected check for broadest equivalent keys1 parent 56f8107 commit 373accfCopy full SHA for 373accf
File tree
Expand file treeCollapse file tree
2 files changed
+67
-54
lines changedFilter options
- src/compiler
- tests/baselines/reference
Expand file treeCollapse file tree
2 files changed
+67
-54
lines changed+61-48Lines changed: 61 additions & 48 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17804 | 17804 |
| |
17805 | 17805 |
| |
17806 | 17806 |
| |
17807 |
| - | |
| 17807 | + | |
17808 | 17808 |
| |
17809 | 17809 |
| |
17810 | 17810 |
| |
| |||
18704 | 18704 |
| |
18705 | 18705 |
| |
18706 | 18706 |
| |
18707 |
| - | |
| 18707 | + | |
| 18708 | + | |
18708 | 18709 |
| |
18709 | 18710 |
| |
18710 | 18711 |
| |
| |||
18731 | 18732 |
| |
18732 | 18733 |
| |
18733 | 18734 |
| |
18734 |
| - | |
18735 |
| - | |
18736 |
| - | |
18737 |
| - | |
18738 |
| - | |
18739 |
| - | |
18740 |
| - | |
| 18735 | + | |
| 18736 | + | |
| 18737 | + | |
| 18738 | + | |
18741 | 18739 |
| |
18742 | 18740 |
| |
18743 |
| - | |
| 18741 | + | |
18744 | 18742 |
| |
18745 | 18743 |
| |
18746 | 18744 |
| |
| |||
20295 | 20293 |
| |
20296 | 20294 |
| |
20297 | 20295 |
| |
20298 |
| - | |
20299 |
| - | |
20300 |
| - | |
20301 |
| - | |
20302 |
| - | |
20303 |
| - | |
20304 |
| - | |
20305 |
| - | |
20306 |
| - | |
20307 |
| - | |
20308 |
| - | |
20309 |
| - | |
| 20296 | + | |
| 20297 | + | |
| 20298 | + | |
| 20299 | + | |
| 20300 | + | |
| 20301 | + | |
| 20302 | + | |
| 20303 | + | |
| 20304 | + | |
| 20305 | + | |
| 20306 | + | |
| 20307 | + | |
| 20308 | + | |
| 20309 | + | |
| 20310 | + | |
| 20311 | + | |
| 20312 | + | |
| 20313 | + | |
| 20314 | + | |
| 20315 | + | |
| 20316 | + | |
| 20317 | + | |
| 20318 | + | |
| 20319 | + | |
| 20320 | + | |
| 20321 | + | |
| 20322 | + | |
| 20323 | + | |
20310 | 20324 |
| |
20311 |
| - | |
20312 |
| - | |
20313 |
| - | |
20314 |
| - | |
20315 |
| - | |
20316 |
| - | |
20317 | 20325 |
| |
20318 | 20326 |
| |
| 20327 | + | |
20319 | 20328 |
| |
20320 |
| - | |
20321 | 20329 |
| |
20322 | 20330 |
| |
20323 | 20331 |
| |
20324 | 20332 |
| |
20325 | 20333 |
| |
20326 | 20334 |
| |
20327 |
| - | |
| 20335 | + | |
20328 | 20336 |
| |
20329 | 20337 |
| |
20330 | 20338 |
| |
20331 | 20339 |
| |
20332 | 20340 |
| |
20333 | 20341 |
| |
20334 |
| - | |
20335 |
| - | |
20336 |
| - | |
20337 |
| - | |
20338 |
| - | |
| 20342 | + | |
| 20343 | + | |
| 20344 | + | |
20339 | 20345 |
| |
20340 | 20346 |
| |
20341 | 20347 |
| |
| |||
20389 | 20395 |
| |
20390 | 20396 |
| |
20391 | 20397 |
| |
20392 |
| - | |
| 20398 | + | |
20393 | 20399 |
| |
20394 |
| - | |
| 20400 | + | |
20395 | 20401 |
| |
20396 |
| - | |
20397 |
| - | |
20398 |
| - | |
20399 |
| - | |
| 20402 | + | |
| 20403 | + | |
| 20404 | + | |
| 20405 | + | |
20400 | 20406 |
| |
20401 |
| - | |
20402 |
| - | |
20403 |
| - | |
| 20407 | + | |
| 20408 | + | |
| 20409 | + | |
20404 | 20410 |
| |
20405 | 20411 |
| |
20406 | 20412 |
| |
| 20413 | + | |
20407 | 20414 |
| |
20408 |
| - | |
20409 |
| - | |
20410 |
| - | |
20411 |
| - | |
| 20415 | + | |
| 20416 | + | |
| 20417 | + | |
| 20418 | + | |
| 20419 | + | |
| 20420 | + | |
| 20421 | + | |
| 20422 | + | |
| 20423 | + | |
20412 | 20424 |
| |
| 20425 | + | |
20413 | 20426 |
| |
20414 | 20427 |
| |
20415 | 20428 |
| |
|
tests/baselines/reference/invariantGenericErrorElaboration.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/invariantGenericErrorElaboration.errors.txt+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
You can’t perform that action at this time.
0 commit comments