Skip to content

Commit 32721fb

Browse files
zhengwei143copybara-github
authored andcommitted
Flag flip for incompatible_display_source_file_location.
RELNOTES[INC]: Query output=xml/proto/location for source files will now show the location of line 1 of the source file (as the new default) instead of its location in the BUILD file. PiperOrigin-RevId: 351800418
1 parent 320bc94 commit 32721fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/query2/common/CommonQueryOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public Set<Setting> toSettings() {
161161
// TODO(tanzhengwei): Clean up in next major release
162162
@Option(
163163
name = "incompatible_display_source_file_location",
164-
defaultValue = "false",
164+
defaultValue = "true",
165165
documentationCategory = OptionDocumentationCategory.QUERY,
166166
effectTags = {OptionEffectTag.TERMINAL_OUTPUT},
167167
metadataTags = {

0 commit comments

Comments
 (0)