-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Reuse Yoga enum ToString functions #41021
Conversation
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Base commit: 2bf1a8f |
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Differential Revision: D50347728 fbshipit-source-id: 7f6317eed6e0b1919d15374ae700c78b0c0175dd
0053936
to
49cd61d
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Differential Revision: D50347728 fbshipit-source-id: 48112be6639d57bcb2a034f31c8fcb8ac4720ef5
49cd61d
to
dbf8e3b
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: 21ade343d394116f5e3885c03f0f186aa4ba6296
dbf8e3b
to
a4074e6
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: da552af70bfb6c68dcd9fd3044f5af1773630bb5
a4074e6
to
6a2f4f4
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: a434d431b9bb4920f9b05422cd87ea539b1e5c03
6a2f4f4
to
3fddb8e
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: 93d28cccf310b590efc1b796c6a92bf0ab10bebb
3fddb8e
to
cdb02c9
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: bb9c92fb250c8af28e86d3651359f7a0d77ab565
cdb02c9
to
f395c01
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: 30c94a904e371ac9b3f8fd9879459b1efefb98f7
f395c01
to
d61eeeb
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: e16675e41a93b18e6f5ff2543162886df3012b42
d61eeeb
to
68b1e9b
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: 3a1a860c680cac2ac1a54fce32f7725cf8fad666
68b1e9b
to
d4fc6bd
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: c914b42662de9583a096ad9cee2f6abdfe36381b
d4fc6bd
to
917c20e
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
917c20e
to
252273f
Compare
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: b53c2631f0cd9339356a388a1a89ee8f02ea3eac
252273f
to
212eb99
Compare
This pull request was exported from Phabricator. Differential Revision: D50347728 |
Summary: ### Changes made - Regenerated tests (as some aspect ratio tests seem to be out of date compared to the fixtures) - Added SpaceEvenly variant to the "Align" enums (via enums.py) - Implemented `align-content: space-evenly` alignment in CalculateLayout.cpp - Added generated tests `align-content: space-evenly` - Updated NumericBitfield test to account for the fact that the Align enum now requires more bits (this bit could do with being reviewed as I am not 100% certain that it's valid to just update the test like this). ### Changes not made - Any attempt to improve the spec-compliance of content alignment in general (e.g. I think facebook/yoga#1013 probably still needs to happen) X-link: facebook/yoga#1422 Reviewed By: yungsters Differential Revision: D50305438 Pulled By: NickGerleman
Summary: Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728
This pull request was exported from Phabricator. Differential Revision: D50347728 |
212eb99
to
b37ec4e
Compare
This pull request has been merged in 9a03e99. |
|
Summary: Pull Request resolved: facebook#41021 Yoga has generated public `ToString` functions for enums already. Don't duplicate in Fabric. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D50347728 fbshipit-source-id: 353106091eb5a5ab6e98a816da876bb4ccadbd29
Summary:
Yoga has generated public
ToString
functions for enums already. Don't duplicate in Fabric.Changelog: [Internal]
Differential Revision: D50347728