forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ABSL use STL types. (envoyproxy#25108)
Signed-off-by: Yan Avlasov <[email protected]>
- Loading branch information
1 parent
7107a83
commit 525ff42
Showing
9 changed files
with
48 additions
and
55 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# Temporary patch to cel-cpp to accomodate switch from ABSL types to STL types. | ||
# | ||
# Patch will be removed once build issues in new cel-cpp are addressed. | ||
# | ||
--- a/eval/public/ast_traverse.cc 2023-01-23 17:38:48.730240356 +0000 | ||
+++ b/eval/public/ast_traverse.cc 2023-01-23 17:39:27.182207871 +0000 | ||
@@ -17,6 +17,7 @@ | ||
#include <stack> | ||
|
||
#include "google/api/expr/v1alpha1/syntax.pb.h" | ||
+#include "absl/base/attributes.h" | ||
#include "absl/types/variant.h" | ||
#include "eval/public/ast_visitor.h" | ||
#include "eval/public/source_position.h" |
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
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,5 +1,7 @@ | ||
#pragma once | ||
|
||
#include <cstdint> | ||
|
||
#include "envoy/common/pure.h" | ||
|
||
#include "absl/types/optional.h" | ||
|
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
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
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
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
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