Commit 99ca86f 1 parent fe16965 commit 99ca86f Copy full SHA for 99ca86f
File tree 2 files changed +2
-7
lines changed
main/java/com/google/devtools/build/lib/analysis
test/java/com/google/devtools/build/lib/remote
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,8 @@ public class AnalysisOptions extends OptionsBase {
91
91
public boolean skyframePrepareAnalysis ;
92
92
93
93
@ Option (
94
- name = "incompatible_strict_conflict_checks" ,
95
- oldName = "experimental_strict_conflict_checks" ,
96
- defaultValue = "true" ,
94
+ name = "experimental_strict_conflict_checks" ,
95
+ defaultValue = "false" ,
97
96
documentationCategory = OptionDocumentationCategory .UNDOCUMENTED ,
98
97
metadataTags = OptionMetadataTag .INCOMPATIBLE_CHANGE ,
99
98
effectTags = {OptionEffectTag .BAZEL_INTERNAL_CONFIGURATION },
Original file line number Diff line number Diff line change @@ -312,8 +312,6 @@ public void symlinkToDirectory() throws Exception {
312
312
313
313
@ Test
314
314
public void symlinkToNestedFile () throws Exception {
315
- addOptions ("--noincompatible_strict_conflict_checks" );
316
-
317
315
write (
318
316
"a/defs.bzl" ,
319
317
"def _impl(ctx):" ,
@@ -366,8 +364,6 @@ public void symlinkToNestedFile() throws Exception {
366
364
367
365
@ Test
368
366
public void symlinkToNestedDirectory () throws Exception {
369
- addOptions ("--noincompatible_strict_conflict_checks" );
370
-
371
367
write (
372
368
"a/defs.bzl" ,
373
369
"def _impl(ctx):" ,
You can’t perform that action at this time.
0 commit comments