-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Enable RTTI to fix exception pointer issue on React Native #1791
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request was exported from Phabricator. Differential Revision: D70386744 |
…1791) Summary: Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Differential Revision: D70386744
d1b1eae
to
37d8eed
Compare
This pull request was exported from Phabricator. Differential Revision: D70386744 |
37d8eed
to
de17dd9
Compare
…1791) Summary: Pull Request resolved: facebook#1791 Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Differential Revision: D70386744
…1791) Summary: Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
de17dd9
to
6603ce1
Compare
This pull request was exported from Phabricator. Differential Revision: D70386744 |
6603ce1
to
a798dd7
Compare
…1791) Summary: Pull Request resolved: facebook#1791 Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
…1791) Summary: Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
a798dd7
to
a2985d6
Compare
This pull request was exported from Phabricator. Differential Revision: D70386744 |
…1791) Summary: Pull Request resolved: facebook#1791 Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
a2985d6
to
2e6fedc
Compare
…1791) Summary: Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
2e6fedc
to
4c1dedb
Compare
This pull request was exported from Phabricator. Differential Revision: D70386744 |
…1791) Summary: Pull Request resolved: facebook#1791 Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
4c1dedb
to
978d72e
Compare
…1791) Summary: Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
978d72e
to
0ab71d9
Compare
…1791) Summary: Pull Request resolved: facebook#1791 Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: facebook/react-native#48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native Reviewed By: javache, NickGerleman Differential Revision: D70386744
This pull request was exported from Phabricator. Differential Revision: D70386744 |
0ab71d9
to
c91093c
Compare
This pull request has been merged in 1b7d2c8. |
Summary: X-link: facebook/yoga#1791 Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS. Fixes: #48027 Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole React Native build so it probably makes sense to have it enabled for Yoga as well. Changelog: [Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native bypass-github-export-checks Reviewed By: javache, NickGerleman Differential Revision: D70386744 fbshipit-source-id: 36e3a1ddb38346d31979d5c1b77d6e9796d6a855
amazing find nicola. I'll test this! |
Summary:
Disabling RTTI for Yoga is causing std::exception to don't work properly in OSS.
Fixes: facebook/react-native#48027
Not sure why we originally disabled RTTI for Yoga, but we have it enable for the whole
React Native build so it probably makes sense to have it enabled for Yoga as well.
Changelog:
[Internal] [Changed] - Enable RTTI to fix exception pointer issue on React Native
Differential Revision: D70386744