-
Notifications
You must be signed in to change notification settings - Fork 25k
Remove JSC related files from the repo #51945
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D76419587 |
|
This pull request was exported from Phabricator. Differential Revision: D76419587 |
Summary: Pull Request resolved: facebook#51945 Remove code from jsc folder from React Native ## Changelog: [iOS][Removed] - Remove code from jsc folder from React Native Differential Revision: D76419587
4568517 to
dd7f3bd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76419587 |
Summary: Pull Request resolved: facebook#51945 Remove code from jsc folder from React Native ## Changelog: [iOS][Removed] - Remove code from jsc folder from React Native Differential Revision: D76419587
dd7f3bd to
57337c8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76419587 |
Summary: Pull Request resolved: facebook#51945 Remove code from jsc folder from React Native ## Changelog: [iOS][Removed] - Remove code from jsc folder from React Native Differential Revision: D76419587
57337c8 to
642252a
Compare
okwasniewski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, left couple of comments. I'll try to integrate it with community JSC once this gets merged and released in nightly
| throw std::runtime_error("No JSExecutorFactory specified."); | ||
| return nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we keep this error? Might be useful when users don't override the delegate method
| #elif USE_THIRD_PARTY_JSC != 1 | ||
| return jsrt_create_jsc_factory(); | ||
| #else | ||
| return nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure but I think we need to return nullptr in the else case
| else | ||
| s.dependency "hermes-engine" | ||
| add_dependency(s, "React-RuntimeHermes") | ||
| s.exclude_files = "RCTJscInstanceFactory.{h,mm}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed, right? We won't have this file
|
This pull request was exported from Phabricator. Differential Revision: D76419587 |
Summary: Pull Request resolved: facebook#51945 Remove code from jsc folder from React Native ## Changelog: [iOS][Removed] - Remove code from jsc folder from React Native Differential Revision: D76419587
642252a to
5843a83
Compare
|
This pull request was exported from Phabricator. Differential Revision: D76419587 |
5843a83 to
9659dbb
Compare
Summary: Pull Request resolved: facebook#51945 Remove code from jsc folder from React Native ## Changelog: [iOS][Removed] - Remove code from jsc folder from React Native Reviewed By: rshest Differential Revision: D76419587
Summary: Pull Request resolved: facebook#51945 Remove code from jsc folder from React Native ## Changelog: [iOS][Removed] - Remove code from jsc folder from React Native Reviewed By: rshest Differential Revision: D76419587
|
This pull request was exported from Phabricator. Differential Revision: D76419587 |
9659dbb to
6abac1c
Compare
|
This pull request was successfully merged by @cipolleschi in 331fab0 When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in 331fab0. |
Summary:
Remove code from jsc folder from React Native
Changelog:
[iOS][Removed] - Remove code from jsc folder from React Native
Differential Revision: D76419587