@@ -3699,8 +3699,8 @@ cache_fine_grained = False
3699
3699
[file mypy.ini.2]
3700
3700
\[mypy]
3701
3701
cache_fine_grained = True
3702
- [rechecked a, builtins, typing]
3703
- [stale a, builtins, typing]
3702
+ [rechecked _typeshed, a, builtins, typing]
3703
+ [stale _typeshed, a, builtins, typing]
3704
3704
[builtins fixtures/tuple.pyi]
3705
3705
3706
3706
[case testIncrementalPackageNameOverload]
@@ -3751,8 +3751,8 @@ Signature: 8a477f597d28d172789f06886806bc55
3751
3751
[file b.py.2]
3752
3752
# uh
3753
3753
-- Every file should get reloaded, since the cache was invalidated
3754
- [stale a, b, builtins, typing]
3755
- [rechecked a, b, builtins, typing]
3754
+ [stale _typeshed, a, b, builtins, typing]
3755
+ [rechecked _typeshed, a, b, builtins, typing]
3756
3756
[builtins fixtures/tuple.pyi]
3757
3757
3758
3758
[case testIncrementalBustedFineGrainedCache2]
@@ -3764,8 +3764,8 @@ import b
3764
3764
[file b.py.2]
3765
3765
# uh
3766
3766
-- Every file should get reloaded, since the settings changed
3767
- [stale a, b, builtins, typing]
3768
- [rechecked a, b, builtins, typing]
3767
+ [stale _typeshed, a, b, builtins, typing]
3768
+ [rechecked _typeshed, a, b, builtins, typing]
3769
3769
[builtins fixtures/tuple.pyi]
3770
3770
3771
3771
[case testIncrementalBustedFineGrainedCache3]
@@ -3780,8 +3780,8 @@ import b
3780
3780
[file b.py.2]
3781
3781
# uh
3782
3782
-- Every file should get reloaded, since the cache was invalidated
3783
- [stale a, b, builtins, typing]
3784
- [rechecked a, b, builtins, typing]
3783
+ [stale _typeshed, a, b, builtins, typing]
3784
+ [rechecked _typeshed, a, b, builtins, typing]
3785
3785
[builtins fixtures/tuple.pyi]
3786
3786
3787
3787
[case testIncrementalWorkingFineGrainedCache]
0 commit comments