Add YGErrata Enum #1256
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D45254098"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
This adds a
YGErrata
bitset enum matching the API and guarantees described in https://github.com/facebook/yoga/issues/1247.It is hooked up in later diffs. There are a couple of
YGExperimentalFeature
values that belong here, but keeping the current options means that the defaultYGErrataNone
corresponds to existing default behavior, letting us stage the series of changes as:YGErrataClassic
orYGErrataAll
(if settingUseLegacyStretchBehaviour
)I also added a macro to let C++ users of Yoga perform bitwise operations on the enum without casting (already available for C users).
Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request was exported from Phabricator. Differential Revision: D45254098
This pull request has been merged in facebook/yoga@01c0c4ed3b.
Pull request closed