Skip to content
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

Add results for Hermes 0.8.1 to 0.11.0 #1808

Draft
wants to merge 6 commits into
base: gh-pages
Choose a base branch
from

Conversation

robhogan
Copy link

@robhogan robhogan commented May 9, 2022

Adds results for Hermes versions:

0.7.0 (already mostly present)
0.8.0
0.9.0
0.10.0
0.11.0

I'm part of the React Native team at Meta, and we're looking to give more visibility to Hermes feature support as we move towards Hermes as default for React Native. Thanks for providing this platform!

(NB: In practice, because Hermes is focused on bytecode performance over syntax support, JS support in React Native is heavily augmented by Babel - I'm planning to follow up this PR with the addition of "React Native" as a runtime from RN 0.68 - effectively this will be Hermes + RN's bundled Babel preset)

Preview: https://robhogan.github.io/compat-table/es6/#hermes0_11_0

CC @neildhar

(Currently in draft to give the Hermes team a chance to review footnotes, etc.)

@@ -4936,7 +4936,74 @@
"test_suites": [
"es5",
"es6",
"es2016plus"
"es2016plus",
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't need to add the test_suites field if all the test suites are enabled, this is the default.

"short": "Hermes 0.8.1",
"platformtype": "engine",
"release": "2021-07-12",
"obsolete": false,
Copy link
Contributor

Choose a reason for hiding this comment

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

All these versions are receiving active support? The retired versions should be "obsolete": false, the versions that are not in use anymore should be "obsolete": "very".

Copy link
Author

Choose a reason for hiding this comment

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

Cheers, just waiting for some feedback from Hermes on that.

@retyui
Copy link

retyui commented Jun 28, 2022

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants