commit | 2b71efec6c233b937b089bd80f420491e2d52db9 | [log] [tgz] |
---|---|---|
author | Michajlo Matijkiw <michajlo@google.com> | Fri Jun 19 19:23:16 2015 +0000 |
committer | Laszlo Csomor <laszlocsomor@google.com> | Tue Jun 23 08:59:19 2015 +0000 |
tree | c2d4b892c9fde82133d1a393c065da17d1fee6dd | |
parent | 27fd17be3b84dd841578b9f15ef91cba8d0be1d8 [diff] [blame] |
Log SkyKeys detected changed across builds Similar to previous approach, except diff-awareness agnostic. Log SkyKeys as is for simplicity- this is all for human consumption anyway. -- MOS_MIGRATED_REVID=96428248
diff --git a/src/main/java/com/google/devtools/build/lib/skyframe/FilesystemValueChecker.java b/src/main/java/com/google/devtools/build/lib/skyframe/FilesystemValueChecker.java index 923cc30..d2f4a06 100644 --- a/src/main/java/com/google/devtools/build/lib/skyframe/FilesystemValueChecker.java +++ b/src/main/java/com/google/devtools/build/lib/skyframe/FilesystemValueChecker.java
@@ -371,7 +371,7 @@ } @Override - public Iterable<SkyKey> changedKeysWithoutNewValues() { + public Collection<SkyKey> changedKeysWithoutNewValues() { return concurrentDirtyKeysWithoutNewValues; }