-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use request option rather than feature flag
Summary: use new request option introduced in D66724863 rather than feature flag Reviewed By: donsbot Differential Revision: D67713238 fbshipit-source-id: 60b4240f59f9c93d22ff28be2deddb22a0579184
- Loading branch information
1 parent
47b6d84
commit 08e442c
Showing
5 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
glean/glass/test/regression/tests/cpp-xlang/documentSymbolIndex.query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
action: documentSymbolIndex | ||
args: {"include_refs":true,"filepath":"test.cpp","repository":"test-xlang"} | ||
args: {"include_xlang_refs":true,"include_refs":true,"filepath":"test.cpp","repository":"test-xlang"} |
2 changes: 1 addition & 1 deletion
2
glean/glass/test/regression/tests/cpp-xlang/documentSymbolListX.query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
action: documentSymbolListX | ||
args: {"include_refs":true,"filepath":"test.cpp","repository":"test-xlang"} | ||
args: {"include_xlang_refs":true,"include_refs":true,"filepath":"test.cpp","repository":"test-xlang"} |
2 changes: 1 addition & 1 deletion
2
glean/glass/test/regression/tests/hack-xlang/documentSymbolIndex.query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
action: documentSymbolIndex | ||
args: {"include_refs":true,"filepath":"www/test.php","repository":"test-xlang"} | ||
args: {"include_xlang_refs":true,"include_refs":true,"filepath":"www/test.php","repository":"test-xlang"} |
2 changes: 1 addition & 1 deletion
2
glean/glass/test/regression/tests/hack-xlang/documentSymbolListX.query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
action: documentSymbolListX | ||
args: {"include_refs":true,"filepath":"www/test.php","repository":"test-xlang"} | ||
args: {"include_xlang_refs":true,"include_refs":true,"filepath":"www/test.php","repository":"test-xlang"} |