File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
conformance/src/test/java/dev/cel/conformance Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,16 @@ http_archive(
148148)
149149
150150# cel-spec api/expr canonical protos
151+ # v0.19.0 2024-12-02
152+ CEL_SPEC_COMMIT = "afa18f9bd5a83f5960ca06c1f9faea406ab34ccc"
153+
151154http_archive (
152155 name = "cel_spec" ,
153- sha256 = "1e3404e0da73ff5ff2d0802b52bbd0339783e82f7a0fe21e441c3dd821df521f " ,
154- strip_prefix = "cel-spec-373994d7e20e582fce56767b01ac5039524cddab" ,
156+ sha256 = "3b74fc98b5efd10c53a220c694e80342db4e516151364dae97ec26dd308ce1c7 " ,
157+ strip_prefix = "cel-spec-" + CEL_SPEC_COMMIT ,
155158 urls = [
156- "https://github.com/google/cel-spec/archive/373994d7e20e582fce56767b01ac5039524cddab.tar.gz" ,
159+ "https://github.com/google/cel-spec/archive/" +
160+ CEL_SPEC_COMMIT + ".tar.gz" ,
157161 ],
158162)
159163
Original file line number Diff line number Diff line change 4545import dev .cel .common .types .SimpleType ;
4646import dev .cel .common .types .TypeType ;
4747import dev .cel .compiler .CelCompilerFactory ;
48- import dev .cel .expr .conformance .SimpleTest ;
48+ import dev .cel .expr .conformance .test . SimpleTest ;
4949import dev .cel .extensions .CelExtensions ;
5050import dev .cel .extensions .CelOptionalLibrary ;
5151import dev .cel .parser .CelParser ;
Original file line number Diff line number Diff line change 2222import com .google .common .collect .ImmutableList ;
2323import com .google .common .collect .ImmutableSortedMap ;
2424import com .google .protobuf .TextFormat ;
25- import dev .cel .expr .conformance .SimpleTest ;
26- import dev .cel .expr .conformance .SimpleTestFile ;
27- import dev .cel .expr .conformance .SimpleTestSection ;
25+ import dev .cel .expr .conformance .test . SimpleTest ;
26+ import dev .cel .expr .conformance .test . SimpleTestFile ;
27+ import dev .cel .expr .conformance .test . SimpleTestSection ;
2828import java .io .BufferedReader ;
2929import java .nio .charset .StandardCharsets ;
3030import java .nio .file .Files ;
You can’t perform that action at this time.
0 commit comments