Tags: facebook/hermes
Tags
[HermesV1] Sync JSI from Aug 29th to Jan 14th (#1878) Co-authored-by: Chi Tsai <[email protected]> Co-authored-by: Tzvetan Mikov <[email protected]>
Bump hermes-compiler for next release (#1832) Summary: <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The two fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/hermes) and create your branch from `main`. 2. If you've fixed a bug or added code that should be tested, add tests! 3. Ensure it builds and the test suite passes. [tips](https://github.com/facebook/hermes/blob/HEAD/doc/BuildingAndRunning.md) 4. Format your code with `.../hermes/utils/format.sh` 5. If you haven't already, complete the CLA. Note: We kindly request that pull requests address more than just a single typo. While we sincerely appreciate your attention to detail, we would be most grateful if typo fixes were batched together to include several corrections. This helps our maintainers focus on substantive contributions to the codebase. Thank you for your understanding and cooperation! --> Patch version bump of `hermes-compiler` following the `0.83-stable` branch cut in React Native. See [`guide-hermes-release.md`](https://github.com/reactwg/react-native-releases/blob/main/docs/guide-hermes-release.md#step-5-only-for-branch-cut-bump-version-on-main-and-hermes-v1-release-branch). Pull Request resolved: #1832 Test Plan: — Reviewed By: cipolleschi Differential Revision: D89048410 Pulled By: huntie fbshipit-source-id: f2a9a132f19f8260a2ae13b5bdabff353fc1eacc
Change value of HERMESVM_HEAP_HV_MODE on Android Summary: X-link: facebook/react-native#54240 Changelog: [Android][Changed] Changed value of `HERMESVM_HEAP_HV_MODE` to `HEAP_HV_PREFER32` for Hermes V1 Reviewed By: cipolleschi Differential Revision: D85329156 fbshipit-source-id: c7d0a948b1262d081cf0b2c9972f89a8efcf3808
Merge pull request #1833 from coado/250829098.0.0-stable Cherry picking fixes to `create-tag` workflow and description improvements
Merge pull request #1830 from coado/250829098.0.0-stable Cherry pick latest commits from static_h for release
Improve reliability of OSS CI by retrying visionOS and tvOS downloads… … if they fail (#1826) Summary: Pull Request resolved: #1826 ## Summary I noticed that, after the migration to macos-15 runners, the OSS CI fails flakily to download the tvOS and visionOS runtimes. This diff Introduces a retry mechanism to address flaky download connections, waiting 5 sec in case the previous step failed. Reviewed By: lavenzg Differential Revision: D85847907 fbshipit-source-id: f02268ebb3ff5a1c1f67fe93e5b333bf91f420d8
Create tasks for publishing Android only to maven temp local and sona… …type (#1766) Summary: Pull Request resolved: #1766 This diff adds tasks (`publishAndroidOnlyToMavenTempLocal` and `publishAndroidOnlyToSonatype`) for publishing Android artifacts to maven temp local and sonatype. Reviewed By: cortinico Differential Revision: D80800868 fbshipit-source-id: 6f958994ae1f90aa6cb46bd7004edabf29b46e4e
add IHermes::resetTimezoneCache() Summary: `IHermes::resetTimezoneCache()` must be called by the integrator when a timezone change has been detected. Reviewed By: dannysu Differential Revision: D75544519 Pulled By: tmikov fbshipit-source-id: 3b698d2768eb7e226963f95018cd1d0758d9012d
Update ReactNativeIntegration.md (#1724) Summary: How to bypass React Native's default Hermes integration through CocoaPods. I spent 2 days trying to build my app in iOS using a custom hermes build, and it was impossible until I found this flag. Pull Request resolved: #1724 Test Plan: no need Rollback Plan: Reviewed By: avp Differential Revision: D77121476 Pulled By: tmikov fbshipit-source-id: ce39ff04446003c14bcc9865222bdccba4a414f8
PreviousNext