Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Remove deprecated enum conversions #5207

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

Open
kasperisager wants to merge 1 commit into jerryscript-project:master
base: master
Choose a base branch
Loading
from kasperisager:fix-enum-conversion

Conversation

Copy link

@kasperisager kasperisager commented Feb 20, 2025

Implicit enum conversion was deprecated in C++20 with the result that JerryScript doesn't compile in newer versions of Clang, in my case LLVM 20. This patch removes implicit enum conversions and instead performs explicit casts.

Implicit enum conversion was deprecated in C++20 with the result that
JerryScript doesn't compile in newer versions of Clang, in my case LLVM
20. This patch removes implicit enum conversions and instead performs
explicit casts.
JerryScript-DCO-1.0-Signed-off-by: Kasper Isager Dalsgarð <kasperisager@hey.com>
Copy link
Author

Is there anything I can do to help land this?

Copy link
Member

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

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

LGTM

FranckFreiburger reacted with hooray emoji kasperisager reacted with heart emoji
Copy link
Author

I'm hitting this on quite a few systems now, including macOS and Linux. A second review so this can land would be much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@zherczeg zherczeg zherczeg approved these changes

At least 2 approving reviews are required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /