CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 11:33:25 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/"d15607fa1ca6d9a8a1f6909586f682f4"
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=lnQ%2FvkpWTeYbP5op9jWlRU1Aj0Tjh5RTmfGD0kKFyWCqV2j7hhn3WrTR40DXv4tZZG%2B6n1zEaKmkBPz0BD6MxtfQXuJNJ6s8FNnCnhpy%2Bv31L%2FQVBve953coFPL%2FqKo2SAoHQ4nFJCB5q5VF9%2BiBCl21d%2Fpz3MYPoSOImsYlt73FSDo9GAStJCIHtk8i%2BJr6P3XuPaOm%2FNq945EATrMdG4Rlf6UMjGl%2FQExyFrSTi0yS1KW51jx83FHhn9i0vIWZm%2FDjO0mzdBW9wEGLFOqJbg%3D%3D--oQXb%2BjLOomphgeM7--BRQ%2FF%2BZbyG%2Bd5SSpa6wrog%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.961948467.1753270404; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 11:33:24 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 11:33:24 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8F76:33F9F4:A623BA:C76EC3:6880C884
Skip up-to-date checks during force build (#43666) · microsoft/TypeScript@c671fe1 · GitHub
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/tsbuildPublic.ts
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/rebuilds-from-start-if-force-option-is-set.js
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit c671fe1
authored
Skip up-to-date checks during force build (#43666)
* Skip up-to-date checks during force build
Save work by not checking timestamps or parsing the buildinfo file.
Retain correctness checks (like input file existence).
Suppress project status, which was confusing anyway.
* Print a message to indicate that --force is causing the rebuild
* Don't bother updating buildInfoChecked
* Add missing force check1 parent e0d5516 commit c671fe1Copy full SHA for c671fe1
File tree
Expand file treeCollapse file tree
3 files changed
+56
-38
lines changedFilter options
- src/compiler
- tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes
Expand file treeCollapse file tree
3 files changed
+56
-38
lines changedsrc/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5041 | 5041 |
| |
5042 | 5042 |
| |
5043 | 5043 |
| |
| 5044 | + | |
| 5045 | + | |
| 5046 | + | |
| 5047 | + | |
5044 | 5048 |
| |
5045 | 5049 |
| |
5046 | 5050 |
| |
|
src/compiler/tsbuildPublic.ts
Copy file name to clipboardExpand all lines: src/compiler/tsbuildPublic.ts+49-35Lines changed: 49 additions & 35 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1350 | 1350 |
| |
1351 | 1351 |
| |
1352 | 1352 |
| |
| 1353 | + | |
1353 | 1354 |
| |
1354 | 1355 |
| |
1355 | 1356 |
| |
| |||
1362 | 1363 |
| |
1363 | 1364 |
| |
1364 | 1365 |
| |
1365 |
| - | |
1366 |
| - | |
1367 |
| - | |
1368 |
| - | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
1369 | 1372 |
| |
1370 | 1373 |
| |
1371 | 1374 |
| |
| |||
1387 | 1390 |
| |
1388 | 1391 |
| |
1389 | 1392 |
| |
1390 |
| - | |
1391 |
| - | |
1392 |
| - | |
1393 |
| - | |
1394 |
| - | |
1395 |
| - | |
1396 |
| - | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
1397 | 1401 |
| |
1398 |
| - | |
1399 |
| - | |
1400 |
| - | |
1401 |
| - | |
1402 |
| - | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
1403 | 1407 |
| |
1404 |
| - | |
1405 |
| - | |
1406 |
| - | |
1407 |
| - | |
1408 |
| - | |
1409 |
| - | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
1410 | 1414 |
| |
1411 |
| - | |
1412 |
| - | |
1413 |
| - | |
1414 |
| - | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
1415 | 1419 |
| |
1416 |
| - | |
1417 |
| - | |
1418 |
| - | |
1419 |
| - | |
1420 |
| - | |
1421 |
| - | |
1422 |
| - | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
1423 | 1428 |
| |
1424 | 1429 |
| |
1425 | 1430 |
| |
| |||
1459 | 1464 |
| |
1460 | 1465 |
| |
1461 | 1466 |
| |
1462 |
| - | |
| 1467 | + | |
| 1468 | + | |
1463 | 1469 |
| |
1464 | 1470 |
| |
1465 | 1471 |
| |
| |||
1509 | 1515 |
| |
1510 | 1516 |
| |
1511 | 1517 |
| |
1512 |
| - | |
| 1518 | + | |
1513 | 1519 |
| |
1514 | 1520 |
| |
1515 | 1521 |
| |
| |||
2005 | 2011 |
| |
2006 | 2012 |
| |
2007 | 2013 |
| |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
2008 | 2022 |
| |
2009 | 2023 |
| |
2010 | 2024 |
| |
|
tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/rebuilds-from-start-if-force-option-is-set.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/rebuilds-from-start-if-force-option-is-set.js+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
You can’t perform that action at this time.
0 commit comments