File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/google/devtools/build/lib/remote Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ rewound action about to prepare for its (re-)execution. This means that the edge
357357 enterActionExecution hasn't been called yet in SkyframeActionExecutor and all past
358358 executions of the action have released all their locks due to use of try-with-resources.
359359 This means that A_1 can't have any incoming edges in the wait-for graph, which is a
360- contradiction to the assumption that is contained in the directed cycle C.
360+ contradiction to the assumption that it is contained in the directed cycle C.
361361
362362 We conclude that XY = RW. Since the write lock of A_3 is only ever acquired by A_3 itself, all
363363 edges in C are of the form A_1 -[RW(A_2)]-> A_2. But by construction of inputKeysFor, the
You can’t perform that action at this time.
0 commit comments