-
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
Fix style resolution functions returning FloatOptional #39595
Conversation
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Base commit: 5dedf27 |
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: Pull Request resolved: facebook#39595 X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Differential Revision: D49531421 fbshipit-source-id: 3057e58cdd112a0cb87b1e920aef9c6010954a31
10a1212
to
dd4491b
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: Pull Request resolved: facebook#39595 X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Differential Revision: D49531421 fbshipit-source-id: 6e12f43410ada6b85d57083d4bc690395554367f
dd4491b
to
d1d8275
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: Pull Request resolved: facebook#39595 X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Differential Revision: D49531421 fbshipit-source-id: 209eb8d7b8f8e9d3479a83e764b4b3d3a964b463
d1d8275
to
166e516
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: Pull Request resolved: facebook#39595 X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Differential Revision: D49531421 fbshipit-source-id: 809ec7c722122074ebdaa689ace52f1dc43048b9
166e516
to
b9f3c0f
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: Pull Request resolved: facebook#39595 X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Differential Revision: D49531421 fbshipit-source-id: 4f38d5e205d2356faf8bd456667a2f3c520d0728
b9f3c0f
to
f7fd6fa
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: Pull Request resolved: facebook#39595 X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Reviewed By: rshest Differential Revision: D49531421 fbshipit-source-id: affb992588dbeede66d49cc476049c2d5cc96408
f7fd6fa
to
a34d4c5
Compare
Summary: X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Reviewed By: rshest Differential Revision: D49531421
a34d4c5
to
6cdc4d9
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Reviewed By: rshest Differential Revision: D49531421
6cdc4d9
to
539d294
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Reviewed By: rshest Differential Revision: D49531421
539d294
to
55b7a1a
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Reviewed By: rshest Differential Revision: D49531421
55b7a1a
to
0b3ae84
Compare
This pull request was exported from Phabricator. Differential Revision: D49531421 |
Summary: X-link: facebook/react-native#39595 X-link: facebook/yoga#1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Reviewed By: rshest Differential Revision: D49531421 fbshipit-source-id: 95b21cade74e501dd54c7b6ca667c8c3859c5dae
Summary: X-link: facebook/react-native#39595 Pull Request resolved: #1404 These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return `float` instead of `FloatOptional`, and do some additional cleanup. Reviewed By: rshest Differential Revision: D49531421 fbshipit-source-id: 95b21cade74e501dd54c7b6ca667c8c3859c5dae
This pull request was successfully merged by @NickGerleman in 72d0fed. When will my fix make it into a release? | Upcoming Releases |
Summary: These functions all ensure their returns are defined, but return FloatOptional anyway, making their callers have to deal with that possibility. Return
float
instead ofFloatOptional
, and do some additional cleanup.Differential Revision: D49531421