Skip to content

Subject: updating cel-cpp version used#11524

Merged
lizan merged 1 commit into
envoyproxy:masterfrom
aimless404:PR
Jun 11, 2020
Merged

Subject: updating cel-cpp version used#11524
lizan merged 1 commit into
envoyproxy:masterfrom
aimless404:PR

Conversation

@aimless404
Copy link
Copy Markdown
Contributor

This is a prerequisite for porting envoy to c++17 as c++17
forbids the initialization of absl::string_view() with nullptr.
The most recent patch of cel-cpp master fixes an instance of this
issue.

Signed-off-by: Yifan Yang needyyang@google.com

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Commit Message:
Additional Description:
Risk Level: Should be minimum as it just changes the version of an external dependency repo and all existing tests have been passed.
Testing: No new test should be needed.
Docs Changes:
Release Notes:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]

Comment thread bazel/repository_locations.bzl Outdated
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update this line too

@lizan lizan added the waiting label Jun 11, 2020
This is a prerequisite for porting envoy to c++17 as c++17
forbids the initialization of absl::string_view() with nullptr.
The most recent patch of cel-cpp master fixes an instance of this
issue.

Signed-off-by: Yifan Yang <needyyang@google.com>
@aimless404
Copy link
Copy Markdown
Contributor Author

I have accidentally force pushed the commit with the change on the comment. Is this acceptable? Or should I submit a new one altogether.

@yanavlasov
Copy link
Copy Markdown
Contributor

I have accidentally force pushed the commit with the change on the comment. Is this acceptable? Or should I submit a new one altogether.

No need for a new one.

@lizan lizan merged commit 761a04b into envoyproxy:master Jun 11, 2020
arthuryan-k pushed a commit to arthuryan-k/envoy that referenced this pull request Jun 15, 2020
This is a prerequisite for porting envoy to c++17 as c++17
forbids the initialization of absl::string_view() with nullptr.
The most recent patch of cel-cpp master fixes an instance of this
issue.

Signed-off-by: Yifan Yang <needyyang@google.com>
Signed-off-by: Arthur Yan <arthuryan@google.com>
yashwant121 pushed a commit to yashwant121/envoy that referenced this pull request Jun 24, 2020
This is a prerequisite for porting envoy to c++17 as c++17
forbids the initialization of absl::string_view() with nullptr.
The most recent patch of cel-cpp master fixes an instance of this
issue.

Signed-off-by: Yifan Yang <needyyang@google.com>
Signed-off-by: yashwant121 <yadavyashwant36@gmail.com>
songhu pushed a commit to songhu/envoy that referenced this pull request Jun 25, 2020
This is a prerequisite for porting envoy to c++17 as c++17
forbids the initialization of absl::string_view() with nullptr.
The most recent patch of cel-cpp master fixes an instance of this
issue.

Signed-off-by: Yifan Yang <needyyang@google.com>
@aimless404 aimless404 deleted the PR branch July 1, 2020 13:15
yashwant121 pushed a commit to yashwant121/envoy that referenced this pull request Jul 24, 2020
This is a prerequisite for porting envoy to c++17 as c++17
forbids the initialization of absl::string_view() with nullptr.
The most recent patch of cel-cpp master fixes an instance of this
issue.

Signed-off-by: Yifan Yang <needyyang@google.com>
Signed-off-by: yashwant121 <yadavyashwant36@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants