Skip to content

Commit 77f82f4

Browse files
tjgqcopybara-github
authored andcommitted
Add an --incompatible_strict_conflict_checks alias for --experimental_strict_conflict_checks.
I'm about to attempt this flag flip to see what breaks. PiperOrigin-RevId: 487251570 Change-Id: Ia0e95ac4a1e04421cfdcd311c4500feef08c77d0
1 parent 25558ad commit 77f82f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/google/devtools/build/lib/analysis/AnalysisOptions.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ public class AnalysisOptions extends OptionsBase {
9191
public boolean skyframePrepareAnalysis;
9292

9393
@Option(
94-
name = "experimental_strict_conflict_checks",
94+
name = "incompatible_strict_conflict_checks",
95+
oldName = "experimental_strict_conflict_checks",
9596
defaultValue = "false",
9697
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
9798
metadataTags = OptionMetadataTag.INCOMPATIBLE_CHANGE,

0 commit comments

Comments
 (0)