-
Notifications
You must be signed in to change notification settings - Fork 1.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
Simplify YGConfigSetPointScaleFactor
#1451
Conversation
This pull request was exported from Phabricator. Differential Revision: D51014264 |
5dd7eb8
to
63b6641
Compare
This pull request was exported from Phabricator. Differential Revision: D51014264 |
Summary: X-link: facebook/react-native#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
63b6641
to
c0e93cb
Compare
This pull request was exported from Phabricator. Differential Revision: D51014264 |
Summary: X-link: facebook/react-native#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
c0e93cb
to
4884d9a
Compare
Summary: X-link: facebook/yoga#1451 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
Summary: X-link: facebook/yoga#1451 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
Summary: X-link: facebook/react-native#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
This pull request was exported from Phabricator. Differential Revision: D51014264 |
Summary: X-link: facebook/react-native#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
4884d9a
to
eb8c4a7
Compare
Summary: X-link: facebook/yoga#1451 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
This pull request was exported from Phabricator. Differential Revision: D51014264 |
Summary: X-link: facebook/react-native#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
eb8c4a7
to
d2039ea
Compare
This pull request was exported from Phabricator. Differential Revision: D51014264 |
Summary: X-link: facebook/yoga#1451 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
Summary: X-link: facebook/react-native#41317 This aims to clean up the public Yoga C API, by: 1. Documenting public YGNode, YGValue, YGConfig APIs 2. Splitting APIs for specific objects into different header files (because Yoga.h was big enough without documentation) 3. Reordering headers and definitions for consistent grouping Changelog: [Internal] Reviewed By: joevilches Differential Revision: D50963424
Summary: X-link: facebook/react-native#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
d2039ea
to
5cbfb0e
Compare
This pull request was exported from Phabricator. Differential Revision: D51014264 |
Summary: X-link: facebook/yoga#1451 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264
This pull request has been merged in 1b1df3a. |
Summary: X-link: facebook/yoga#1451 X-link: facebook/react-native#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264 fbshipit-source-id: 60f4a2df039f74089d5c7fabd4b7d8ac6234ba72
Summary: X-link: facebook/yoga#1451 Pull Request resolved: #41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264 fbshipit-source-id: 60f4a2df039f74089d5c7fabd4b7d8ac6234ba72
Summary: X-link: facebook/yoga#1451 Pull Request resolved: facebook#41327 The special meaning of `0.0` is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler. Reviewed By: yungsters Differential Revision: D51014264 fbshipit-source-id: 60f4a2df039f74089d5c7fabd4b7d8ac6234ba72
Summary: The special meaning of
0.0
is now explained in the function header, and we aren't doing any sort of insensitive compare here, so the code after should be equivalent and a bit simpler.Differential Revision: D51014264