From 5c26e2954cda931bafce37ae3d81f1eed04afca7 Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Tue, 16 Jun 2026 13:59:40 -0700 Subject: [PATCH 1/2] Update README with new repository link Update repository link to new location and remove warning. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index be94d70f..f3bcbe4b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Common Expression Language -> [!WARNING] -> **On June 16, 2026, this repository will move to [github.com/cel-expr/cel-spec](https://github.com/cel-expr/cel-spec)!** -> -> Please update your links and dependencies. See the [pinned issue](https://github.com/google/cel-spec/issues/513) for details. - The Common Expression Language (CEL) implements common semantics for expression evaluation, enabling different applications to more easily interoperate. @@ -52,7 +47,7 @@ highly recommended to serialize the type-checked expression as a protocol buffer. The CEL team will maintains canonical protocol buffers for ASTs and will keep these versions identical and wire-compatible in perpetuity: -* [CEL canonical](https://github.com/google/cel-spec/tree/master/proto/cel/expr) +* [CEL canonical](https://github.com/cel-expr/cel-spec/tree/master/proto/cel/expr) * [CEL v1alpha1](https://github.com/googleapis/googleapis/tree/master/google/api/expr/v1alpha1) From 910f757876363faf79113f3e7079af364ea8509b Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Tue, 16 Jun 2026 14:04:46 -0700 Subject: [PATCH 2/2] Update issue reference from google to cel-expr --- tests/simple/testdata/parse.textproto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/simple/testdata/parse.textproto b/tests/simple/testdata/parse.textproto index 5b77b28b..e55c2ed3 100644 --- a/tests/simple/testdata/parse.textproto +++ b/tests/simple/testdata/parse.textproto @@ -281,7 +281,7 @@ section { value: { string_value: " \r " } } - # See https://github.com/google/cel-spec/issues/490 + # See https://github.com/cel-expr/cel-spec/issues/490 # test { # name: "triple_single_quoted_unescaped_carriage_return" # expr: "''' \r '''" @@ -315,7 +315,7 @@ section { value: { string_value: " \r\n " } } - # See https://github.com/google/cel-spec/issues/490 + # See https://github.com/cel-expr/cel-spec/issues/490 # test { # name: "triple_single_quoted_unescaped_windows_line_end" # expr: "''' \r\n '''" @@ -730,7 +730,7 @@ section { value: { bytes_value: " \r " } } - # See https://github.com/google/cel-spec/issues/490 + # See https://github.com/cel-expr/cel-spec/issues/490 # test { # name: "triple_single_quoted_unescaped_carriage_return" # expr: "b''' \r '''" @@ -764,7 +764,7 @@ section { value: { bytes_value: " \r\n " } } - # See https://github.com/google/cel-spec/issues/490 + # See https://github.com/cel-expr/cel-spec/issues/490 # test { # name: "triple_single_quoted_unescaped_windows_line_end" # expr: "b''' \r\n '''"