Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix CI after #138708 #140111

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

Merged
merged 2 commits into from
May 15, 2025
Merged

Fix CI after #138708 #140111

merged 2 commits into from
May 15, 2025

Conversation

cor3ntin
Copy link
Contributor

Silence a warning in gtest casting a char8_t/char16_t to char32_t.

Note that this cast, as well as the behavior of PrintTo(char32_t) is incorrect when printing a code unit that does not represent a code point.

Silence a warning in gtest casting a char8_t/char16_t to char32_t.

Note that this cast, as well as the behavior of `PrintTo(char32_t)`
is incorrect when printing a code unit that does not represent
a code point.
Comment on lines +513 to +515
// FIXME: the cast from char16_t to char32_t may be incorrect
// for a lone surrogate
PrintTo(static_cast<char32_t>(c), os);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Modifying third-party headers makes upgrading to newer versions much harder, are we sure we want to do that? What's the long-term plan?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Collaborator

@AaronBallman AaronBallman left a comment

Choose a reason for hiding this comment

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

I think you need to update README.LLVM so it's clear that there's an additional modification for maintainers to handle.

Copy link
Collaborator

@AaronBallman AaronBallman left a comment

Choose a reason for hiding this comment

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

LGTM!

@cor3ntin cor3ntin merged commit e2c1dd5 into llvm:main May 15, 2025
8 of 9 checks passed
@cor3ntin cor3ntin deleted the corentin/fix_ci branch May 15, 2025 18:12
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.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.