Skip to content

Commit 4f3bddf

Browse files
CEL Dev Teamkyessenov
authored andcommitted
Delete debug_string library. Prefer the CelValue.DebugString() method.
PiperOrigin-RevId: 377318595
1 parent 61aeb51 commit 4f3bddf

File tree

6 files changed

+2
-380
lines changed

6 files changed

+2
-380
lines changed

eval/public/testing/BUILD

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,11 @@ package(
55

66
licenses(["notice"]) # Apache 2.0
77

8-
cc_library(
9-
name = "debug_string",
10-
srcs = ["debug_string.cc"],
11-
hdrs = ["debug_string.h"],
12-
deps = [
13-
"//eval/public:cel_attribute",
14-
"//eval/public:cel_value",
15-
"//eval/public:unknown_function_result_set",
16-
"//eval/public:unknown_set",
17-
"@com_google_absl//absl/strings",
18-
"@com_google_absl//absl/strings:str_format",
19-
"@com_google_absl//absl/time",
20-
"@com_google_protobuf//:protobuf",
21-
],
22-
)
23-
24-
cc_test(
25-
name = "debug_string_test",
26-
srcs = ["debug_string_test.cc"],
27-
deps = [
28-
":debug_string",
29-
"//eval/public:cel_attribute",
30-
"//eval/public:cel_function",
31-
"//eval/public:cel_value",
32-
"//eval/public:unknown_attribute_set",
33-
"//eval/public:unknown_function_result_set",
34-
"//eval/public:unknown_set",
35-
"//eval/public/structs:cel_proto_wrapper",
36-
"//eval/testutil:test_message_cc_proto",
37-
"@com_google_absl//absl/status",
38-
"@com_google_absl//absl/time",
39-
"@com_google_googletest//:gtest_main",
40-
"@com_google_protobuf//:protobuf",
41-
],
42-
)
43-
448
cc_library(
459
name = "matchers",
4610
srcs = ["matchers.cc"],
4711
hdrs = ["matchers.h"],
4812
deps = [
49-
":debug_string",
5013
"//eval/public:cel_value",
5114
"//eval/public:set_util",
5215
"//eval/public:unknown_set",

eval/public/testing/debug_string.cc

Lines changed: 0 additions & 151 deletions
This file was deleted.

eval/public/testing/debug_string.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

eval/public/testing/debug_string_test.cc

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)