Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Chromium UTF8 references we have not imported #9281

Merged
merged 1 commit into from
Dec 10, 2019
Merged

Drop Chromium UTF8 references we have not imported #9281

merged 1 commit into from
Dec 10, 2019

Conversation

wrowe
Copy link
Contributor

@wrowe wrowe commented Dec 9, 2019

Description:
This code was previously imported but there was some lingering
references left over relating to UTF8.

Chromium UTF8 logic is unneeded, as the missing templated result
refers only to char const* (single-byte) characters at this time.

This only trips up MSVC, since linux gcc seems to optimize it
away. Indention is to avoid gratuitous diffs to origin source

Risk Level: Low
Testing: Local compilation msvc and gcc
Docs Changes: N/A
Release Notes: N/A

@achasveachas
Copy link
Contributor

/retest

@repokitteh-read-only
Copy link

🙀 Error while processing event:

evaluation error
error: function error error: user: combined status is failure, but no failed builds.
🐱

Caused by: a #9281 (comment) was created by @achasveachas.

see: more, trace.

Chromium UTF8 logic is unneeded, as the missing templated result
refers only to char const* (single-byte) characters at this
time. This only trips up MSVC, since linux gcc seems to optimize it
away. Indention is to avoid gratuitous diffs to origin source

Signed-off-by: William A Rowe Jr <wrowe@pivotal.io>
Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io>
Signed-off-by: Yechiel Kalmenson <ykalmenson@pivotal.io>
@sunjayBhatia
Copy link
Member

/azp run envoy-windows

@azure-pipelines
Copy link

Commenter does not have sufficient privileges for PR 9281 in repo envoyproxy/envoy

@dio dio assigned htuch Dec 9, 2019
Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

Thanks!

@mattklein123 mattklein123 merged commit f20d919 into envoyproxy:master Dec 10, 2019
@wrowe wrowe deleted the fix-chromium-missing-utf8 branch December 19, 2019 15:01
@sunjayBhatia sunjayBhatia mentioned this pull request Dec 20, 2019
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.

5 participants