Movatterモバイル変換


[0]ホーム

URL:


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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
kasperisager wants to merge1 commit intojerryscript-project:master
base:master
Choose a base branch
Loading
fromkasperisager:fix-enum-conversion

Conversation

@kasperisager
Copy link

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 thatJerryScript doesn't compile in newer versions of Clang, in my case LLVM20. This patch removes implicit enum conversions and instead performsexplicit casts.JerryScript-DCO-1.0-Signed-off-by: Kasper Isager Dalsgarð <kasperisager@hey.com>
@kasperisager
Copy link
Author

Is there anything I can do to help land this?

Copy link
Member

@zherczegzherczeg 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 emojikasperisager reacted with heart emoji
@kasperisager
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 freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@zherczegzherczegzherczeg 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.

2 participants

@kasperisager@zherczeg

[8]ページ先頭

©2009-2025 Movatter.jp