-
Notifications
You must be signed in to change notification settings - Fork 25k
Merge all core codegen into FBReactNativeSpec #50317
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: D55037569 |
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
Summary: Pull Request resolved: facebook#50317 Pull Request resolved: facebook#43570 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Differential Revision: D55037569
2e29b34 to
98be50d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
98be50d to
2c0ff64
Compare
Summary: Pull Request resolved: facebook#50317 Pull Request resolved: facebook#43570 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Differential Revision: D55037569
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
Summary: Pull Request resolved: facebook#50317 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Differential Revision: D55037569
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
Summary: Pull Request resolved: facebook#50317 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Differential Revision: D55037569
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
Summary: Pull Request resolved: facebook#50317 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Differential Revision: D55037569
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
Summary: Pull Request resolved: facebook#50317 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D55037569
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
Summary: Pull Request resolved: facebook#50317 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D55037569
Summary: Pull Request resolved: facebook#50317 `rncore`, `FBReactNativeSpec` and `FBReactNativeComponentSpec` contain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize on `FBReactNativeSpec` everywhere. I've left the Android OSS targets names as is, to avoid breaking deps. This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D55037569
|
This pull request was exported from Phabricator. Differential Revision: D55037569 |
|
This pull request has been merged in 95ed8a6. |
|
This pull request was successfully merged by @javache in 95ed8a6 When will my fix make it into a release? | How to file a pick request? |
Summary:
rncore,FBReactNativeSpecandFBReactNativeComponentSpeccontain the same symbols, which leads to conflicts when we try to merge them into a single shared library. Cleanup the duplication and standardize onFBReactNativeSpeceverywhere. I've left the Android OSS targets names as is, to avoid breaking deps.This aligns react-native's package.json with the codegen tooling supported across iOS and Android, which is a single target for all all type-derived codegen.
Changelog: [Breaking] Please update references to rncore headers with FBReactNativeSpec
Differential Revision: D55037569