Skip to content

Commit cf76825

Browse files
committed
Temporarily disable 'Allow the incremental compiler to load modules'
Caused weird test failures. Disabling while investigating. Change-Id: I566a209175a1ad6a4384ee815f54ba04bdb75570 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98120 Reviewed-by: Jens Johansen <[email protected]>
1 parent 7baae76 commit cf76825

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/front_end/lib/src/fasta/incremental_compiler.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class IncrementalCompiler implements IncrementalKernelGenerator {
227227
CompilerContext.current.uriToSource.remove(builder.fileUri);
228228
}
229229

230-
if (hasToCheckPackageUris) {
230+
if (hasToCheckPackageUris && false) {
231231
// The package file was changed.
232232
// Make sure the dill loader is on the same page.
233233
DillTarget oldDillLoadedData = dillLoadedData;

pkg/front_end/testcases/incremental_initialize_from_dill/status.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# BSD-style license that can be found in the LICENSE.md file.
44

55
# Status file for the test suite ../test/incremental_load_from_dill_yaml_test.dart.
6+
changing_modules: Crash

0 commit comments

Comments
 (0)