Commit 68fbc0c
module: mark module compile cache as stable
The feature set has been stable without any breaking changes
in the past year, and it's been depended enough in the wild
by popular packages that we'll likely need to treat any breakages
as semver-major in the future anyway. The future TODOs are likely
all non-breaking. Potential subtle breakages in implementation
details that should not be relied upon (such as the cache layout)
are explicitly excluded from the contract.
We'll investigate whether it can be enabled by default as a
different topic, which can be potentially semver-major.
PR-URL: #60971
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>1 parent 3e7010d commit 68fbc0cCopy full SHA for 68fbc0c
2 files changed
+24-10Lines changed: 24 additions & 10 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+4-2Lines changed: 4 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3307 | 3307 | |
3308 | 3308 | |
3309 | 3309 | |
| 3310 | + |
| 3311 | + |
| 3312 | + |
| 3313 | + |
3310 | 3314 | |
3311 | 3315 | |
3312 | | - |
3313 | | - |
3314 | 3316 | |
3315 | 3317 | |
3316 | 3318 | |
|
Collapse file
+20-8Lines changed: 20 additions & 8 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
415 | 415 | |
416 | 416 | |
417 | 417 | |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
418 | 423 | |
419 | 424 | |
420 | 425 | |
| ||
454 | 459 | |
455 | 460 | |
456 | 461 | |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
457 | 466 | |
458 | 467 | |
459 | | - |
460 | | - |
461 | 468 | |
462 | 469 | |
463 | 470 | |
| ||
508 | 515 | |
509 | 516 | |
510 | 517 | |
| 518 | + |
| 519 | + |
| 520 | + |
511 | 521 | |
512 | 522 | |
513 | 523 | |
| ||
516 | 526 | |
517 | 527 | |
518 | 528 | |
519 | | - |
520 | | - |
521 | 529 | |
522 | 530 | |
523 | 531 | |
| ||
562 | 570 | |
563 | 571 | |
564 | 572 | |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
565 | 577 | |
566 | 578 | |
567 | | - |
568 | | - |
569 | 579 | |
570 | 580 | |
571 | 581 | |
| ||
576 | 586 | |
577 | 587 | |
578 | 588 | |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
579 | 593 | |
580 | 594 | |
581 | | - |
582 | | - |
583 | 595 | |
584 | 596 | |
585 | 597 | |
|
0 commit comments