Skip to content

Fix JS_RUNTIME_HERMES flag definition #6838

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 7 commits into from
Jan 2, 2025

Conversation

piaskowyk
Copy link
Member

@piaskowyk piaskowyk commented Dec 19, 2024

Summary

This PR streamlines the definition of the JS_RUNTIME_HERMES flag. Previously, the flag wasn't consistently defined across all usage points (which prevented the compilation of certain branches of code - for example in WorkletsModuleProxy.cpp), and it also had duplicated definitions. Additionally, I've removed outdated and unnecessary checks from the flag definition.

Test plan

@piaskowyk piaskowyk requested review from tomekzaw and tjzel December 19, 2024 18:03
@piaskowyk piaskowyk added the Check compatibility Trigger a time-consuming compatibility check action label Dec 20, 2024
@piaskowyk
Copy link
Member Author

I've also tested it with JSC, and it works properly 👍

@piaskowyk piaskowyk added this pull request to the merge queue Jan 2, 2025
Merged via the queue into main with commit 44a0e0d Jan 2, 2025
40 checks passed
@piaskowyk piaskowyk deleted the @piaskowyk/fix-JS_RUNTIME_HERMES-flag branch January 2, 2025 10:10
tjzel pushed a commit that referenced this pull request Feb 17, 2025
## Summary

This PR streamlines the definition of the `JS_RUNTIME_HERMES` flag.
Previously, the flag wasn't consistently defined across all usage points
(which prevented the compilation of certain branches of code - for
example in WorkletsModuleProxy.cpp), and it also had duplicated
definitions. Additionally, I've removed outdated and unnecessary checks
from the flag definition.

## Test plan
tjzel pushed a commit that referenced this pull request Feb 17, 2025
## Summary

This PR streamlines the definition of the `JS_RUNTIME_HERMES` flag.
Previously, the flag wasn't consistently defined across all usage points
(which prevented the compilation of certain branches of code - for
example in WorkletsModuleProxy.cpp), and it also had duplicated
definitions. Additionally, I've removed outdated and unnecessary checks
from the flag definition.

## Test plan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Check compatibility Trigger a time-consuming compatibility check action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants