Skip to content

Commit

Permalink
Temporarily disable 'Allow the incremental compiler to load modules'
Browse files Browse the repository at this point in the history
Caused weird test failures. Disabling while investigating.

Change-Id: I566a209175a1ad6a4384ee815f54ba04bdb75570
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98120
Reviewed-by: Jens Johansen <jensj@google.com>
  • Loading branch information
jensjoha committed Mar 28, 2019
1 parent 7baae76 commit cf76825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/front_end/lib/src/fasta/incremental_compiler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class IncrementalCompiler implements IncrementalKernelGenerator {
CompilerContext.current.uriToSource.remove(builder.fileUri);
}

if (hasToCheckPackageUris) {
if (hasToCheckPackageUris && false) {
// The package file was changed.
// Make sure the dill loader is on the same page.
DillTarget oldDillLoadedData = dillLoadedData;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# BSD-style license that can be found in the LICENSE.md file.

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

0 comments on commit cf76825

Please sign in to comment.