-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
introduce RCTTestUtils #37810
introduce RCTTestUtils #37810
Conversation
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: afff16d12093805856ae8ded8919e382d58094e9
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Base commit: 7d1f7f3 |
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: 70fa17e29499c6c00526c23ed5e583c3e2c7aa1e
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: a9657a636ce6f97b0f84ec29f0b8944bc0181409
bf83622
to
01ab2c0
Compare
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: cef443c56bb705c5ef5f17a4cdaff75e46d34d54
01ab2c0
to
e68b621
Compare
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: 79bca0ab853ce060ff90d633d2f6e070f72b6179
e68b621
to
3c96787
Compare
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: b042feed2592fcf00bd5338ce3ae4a9c2ca2d191
3c96787
to
1da8b0a
Compare
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: 9e3e56c412f1c7725c2855e5b8ded7119044e0c9
1da8b0a
to
4bd3941
Compare
This pull request was exported from Phabricator. Differential Revision: D46507803 |
Differential Revision: D46467041 fbshipit-source-id: 27ce5c24fd541b1380ed2fadc7d748bf64bd1fed
Differential Revision: D46467229 fbshipit-source-id: 84fd40219855b1dbe0a6bdb021b9b41a5b9efa7f
Summary: Pull Request resolved: facebook#37810 Changelog: [Internal] in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a `rn_xplat_cxx_library`. this file is also not obj-c++, so i feel like we should decouple if possible. it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing. Reviewed By: cipolleschi Differential Revision: D46507803 fbshipit-source-id: 16e8dad7abf30963aa61642b0f2764bcc5204003
4bd3941
to
af4b710
Compare
This pull request was exported from Phabricator. Differential Revision: D46507803 |
This pull request has been merged in a300a35. |
Summary:
Changelog: [Internal]
in this change, i introduce a helper file for swizzling selectors that can be used for building custom shims and fakes. i tried putting this in the cxx target, but i struggled a lot with managing the dependencies and understanding the extra behavior that was happening from being in a
rn_xplat_cxx_library
. this file is also not obj-c++, so i feel like we should decouple if possible.it does seem like this is a new practice i'm introducing, so let me know if there's something that i'm missing.
Reviewed By: cipolleschi
Differential Revision: D46507803