Skip to content
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

Remove NumericBitfield #1463

Closed
wants to merge 3 commits into from

Conversation

NickGerleman
Copy link
Contributor

Summary: Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield, for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Differential Revision: D51159415

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 10, 2023
Summary:
Pull Request resolved: facebook#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Differential Revision: D51159415

fbshipit-source-id: 886c90824339e46d114600174609b406cf11e006
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 10, 2023
Summary:
X-link: facebook/react-native#41394

Pull Request resolved: facebook#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Differential Revision: D51159415

fbshipit-source-id: ca0639d47bc68f2d895e72aaaad1cbdb17294be2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 14, 2023
Summary:
X-link: facebook/react-native#41394

Pull Request resolved: facebook#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 176e35d93a98db772086a7dd2baf70bf23d91491
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 14, 2023
Summary:
Pull Request resolved: facebook#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 836760e636b6506fd3f4319f9678eebd7d67fa88
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 14, 2023
Summary:
X-link: facebook/react-native#41394

Pull Request resolved: facebook#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 651f1d5edb1db9d01ac1b4aefecc93ebcc25897e
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 14, 2023
Summary:
Pull Request resolved: facebook#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: f0dbd44335452e2876fbed1ac0f5033287aae03c
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 14, 2023
Summary:
X-link: facebook/react-native#41394

Pull Request resolved: facebook#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 5daa0bca975fc8b61a20dfddbd817fd384d83921
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 14, 2023
Summary:
Pull Request resolved: facebook#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: a1f2cd3cf99a8edfb6a35b5ff529feb6452696bf
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 14, 2023
Summary:
X-link: facebook/react-native#41394

Pull Request resolved: facebook#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 772cade95e56d02aee58ef8c8f097aa9491eee75
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 14, 2023
Summary:
Pull Request resolved: facebook#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 041e4eec0ac0c30b9e6c59ce1f4c374d9a0a5dac
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 14, 2023
Summary:
Pull Request resolved: facebook#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: cacb96034603aac489ef4816f0044430cec98845
NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 14, 2023
Summary:
X-link: facebook/react-native#41394

Pull Request resolved: facebook#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: d20b16efb69286d1e05f0c0b552c530c518500f0
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 21, 2023
Summary:
X-link: facebook/react-native#41394

Pull Request resolved: facebook#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 76e6172c327db2bb519fcf4e46adc0f637ef2bd5
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 27, 2023
Summary:

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 27, 2023
Summary:
X-link: facebook/react-native#41394


Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 27, 2023
Summary:
X-link: facebook/react-native#41394


Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 27, 2023
Summary:

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 27, 2023
Summary:

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 27, 2023
Summary:
X-link: facebook/react-native#41394


Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
@NickGerleman NickGerleman force-pushed the export-D51159415 branch 2 times, most recently from b19b706 to 7218a79 Compare November 27, 2023 22:54
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 27, 2023
Summary:

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Nov 28, 2023
Summary:
X-link: facebook/react-native#41394


Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 28, 2023
Summary:

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

Summary:

X-link: facebook/react-native#41389

Moves the last usages of `yoga::Style::Ref` to setters.

Changelog: [Internal]

Reviewed By: joevilches

Differential Revision: D51154501
Summary:
X-link: facebook/react-native#41393


Removes the last of the non setter-style style setters.

Changelog: [Internal]

Reviewed By: javache

Differential Revision: D51155925
Summary:
X-link: facebook/react-native#41394


Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
NickGerleman added a commit to NickGerleman/react-native that referenced this pull request Nov 28, 2023
Summary:

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51159415

facebook-github-bot pushed a commit to facebook/litho that referenced this pull request Nov 28, 2023
Summary:
X-link: facebook/react-native#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 7842a8330eed6061b863de3f175c761dcf4aa2be
facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Nov 28, 2023
Summary:
Pull Request resolved: #41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 7842a8330eed6061b863de3f175c761dcf4aa2be
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in bb8fd59.

Othinn pushed a commit to Othinn/react-native that referenced this pull request Jan 9, 2024
Summary:
Pull Request resolved: facebook#41394

X-link: facebook/yoga#1463

Now that are enums are unsigned, and we don't have BitfieldRef, we can convert the last remaining user of NumericBitfield to a plain old bitfield,  for better readability (e.g. the default values), debugability, and less complexity. We also break a cycle which lets us properly group public vs private members.

Reviewed By: joevilches

Differential Revision: D51159415

fbshipit-source-id: 7842a8330eed6061b863de3f175c761dcf4aa2be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants