-
Notifications
You must be signed in to change notification settings - Fork 25k
Set default hermes variable to SH stable, remove legacy hermes #54522
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
base: main
Are you sure you want to change the base?
Conversation
2a4d3b9 to
aec5011
Compare
…ook#54522) Summary: As we are moving to SH stable as default, `DEFAULT_HERMES_VARIANT` should be set to SH stable. Changelog: [Internal] Differential Revision: D86885030
aec5011 to
b5bd0aa
Compare
…ook#54522) Summary: As we are moving to SH stable as default, `DEFAULT_HERMES_VARIANT` should be set to SH stable. Note that this will cause fantom tests to be skipped in OSS for now. Changelog: [Internal] Differential Revision: D86885030
…ook#54522) Summary: As we are moving to SH stable as default, `DEFAULT_HERMES_VARIANT` should be set to SH stable. Note that this will cause fantom tests to be skipped in OSS for now. Changelog: [Internal] Differential Revision: D86885030
b5bd0aa to
871456f
Compare
…ook#54522) Summary: As we are moving to SH stable as default, `DEFAULT_HERMES_VARIANT` should be set to SH stable. Note that this will cause fantom tests to be skipped in OSS for now. Changelog: [Internal] Differential Revision: D86885030
871456f to
479ca5c
Compare
…ook#54522) Summary: As we are moving to SH stable as default, `DEFAULT_HERMES_VARIANT` should be set to SH stable. Note that this will cause fantom tests to be skipped in OSS for now. Changelog: [Internal] Differential Revision: D86885030
479ca5c to
2f41bd1
Compare
…ook#54522) Summary: As we are moving to SH stable as default, `DEFAULT_HERMES_VARIANT` should be set to SH stable. Note that this will cause fantom tests to be skipped in OSS for now. Changelog: [Internal] Reviewed By: tmikov Differential Revision: D86885030
2f41bd1 to
9379eb3
Compare
🤖 Automated Code Review📊 Pull Request Review SummaryOverviewThe pull request aims to set the default Hermes variant to static Hermes stable while removing references to legacy Hermes integration. This reflects a shift in the codebase towards improved and more stable configurations for the Hermes JS engine used in React Native. 🎯 Key Findings
🔍 Detailed Issues🔴 Critical IssuesNo critical issues found. 🟠 High Priority IssuesNo high priority issues found. 🟡 Medium Priority IssuesNo medium priority issues found. 🟢 Low Priority IssuesNo low priority issues found. ✅ Positive Aspects
📝 Overall AssessmentThis pull request does not introduce any issues and appropriately aligns the code with the latest standards for using Hermes within React Native. The code changes reflect a well-considered update that enhances performance and maintainability. It is recommended to merge this pull request as it sustains high code quality and adheres to project best practices. ✅ No issues found! Code looks good.Generated by PR Review Agent |
Summary:
As we are moving to SH stable as default,
DEFAULT_HERMES_VARIANTshould be set to SH stable.Changelog: [Internal]
Differential Revision: D86885030