Skip to content

Comments

Don't export private headers from Buck target#37127

Closed
NickGerleman wants to merge 1 commit intofacebook:mainfrom
NickGerleman:export-D45339425
Closed

Don't export private headers from Buck target#37127
NickGerleman wants to merge 1 commit intofacebook:mainfrom
NickGerleman:export-D45339425

Conversation

@NickGerleman
Copy link
Contributor

Summary:
This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a yoga-private-api target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Apr 27, 2023
@facebook-github-bot
Copy link
Contributor

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

@analysis-bot
Copy link

analysis-bot commented Apr 27, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,628,487 -22
android hermes armeabi-v7a 7,940,563 -65
android hermes x86 9,115,455 +82
android hermes x86_64 8,970,069 +37
android jsc arm64-v8a 9,192,546 -31
android jsc armeabi-v7a 8,382,092 -68
android jsc x86 9,250,881 +89
android jsc x86_64 9,509,127 +38

Base commit: 7e6f6aa
Branch: main

@facebook-github-bot
Copy link
Contributor

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

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

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

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

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

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Apr 27, 2023
Summary:
Pull Request resolved: facebook#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

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

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

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Apr 27, 2023
Summary:
Pull Request resolved: facebook#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

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

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

@facebook-github-bot
Copy link
Contributor

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

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Apr 28, 2023
Summary:
Pull Request resolved: facebook#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

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

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

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request Apr 29, 2023
Summary:
Pull Request resolved: facebook#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

fbshipit-source-id: 61d9b442a9a16a409da37c7ad6d5fa1b58922de9
NickGerleman added a commit to NickGerleman/yoga that referenced this pull request May 2, 2023
Summary:
Pull Request resolved: facebook#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

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

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

NickGerleman added a commit to NickGerleman/yoga that referenced this pull request May 2, 2023
Summary:
Pull Request resolved: facebook#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

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

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

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

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

@facebook-github-bot
Copy link
Contributor

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

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

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

Summary:
X-link: facebook/yoga#1269

Pull Request resolved: facebook#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

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

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

facebook-github-bot pushed a commit to facebook/yoga that referenced this pull request May 3, 2023
Summary:
Pull Request resolved: #1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

fbshipit-source-id: eb7ef151ad2467d7c3370cd7c10d47e8db9496a0
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label May 3, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in d5dad06.

facebook-github-bot pushed a commit to facebook/litho that referenced this pull request May 3, 2023
Summary:
X-link: facebook/yoga#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

fbshipit-source-id: eb7ef151ad2467d7c3370cd7c10d47e8db9496a0
liujinye-sys pushed a commit to open-vela/external_yoga that referenced this pull request Dec 16, 2025
Summary:
Pull Request resolved: facebook/yoga#1269

X-link: facebook/react-native#37127

This prevents targets which include Yoga from using its private APIs.

Instances of this have been mostly cleaned up in the past diffs, with the major exception of RN Fabric. To stage this without blocking on that, I added a `yoga-private-api` target for now to keep using these headers while making it unlikely new usages will show up.

Reviewed By: javache

Differential Revision: D45339425

fbshipit-source-id: eb7ef151ad2467d7c3370cd7c10d47e8db9496a0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants