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

Refactor generate-artifacts-executor.js: decouple schema and native files generation #41555

Closed
wants to merge 1 commit into from

Conversation

dmytrorykun
Copy link
Contributor

Summary:
This diff splits generateNativeCodegenFiles into two simpler steps: generateSchemaInfos and generateCode. SchemaInfo is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Differential Revision: D51204077

@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 labels Nov 20, 2023
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 20, 2023
…iles generation (facebook#41555)

Summary:
Pull Request resolved: facebook#41555

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Differential Revision: D51204077

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

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

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 20, 2023
…iles generation (facebook#41555)

Summary:
Pull Request resolved: facebook#41555

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Differential Revision: D51204077

fbshipit-source-id: 55d8256f5edec4973363dbc15e41fb01e8076b80
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 20, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Differential Revision: D51204077
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 20, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Differential Revision: D51204077
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 20, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

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

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

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 20, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D51204077
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 20, 2023
…iles generation (facebook#41555)

Summary:
Pull Request resolved: facebook#41555

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Differential Revision: https://internalfb.com/D51204077

fbshipit-source-id: edb054d7974c6c1be325bb40ad72b8068553de77
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 21, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D51204077
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 21, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

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

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

@analysis-bot
Copy link

analysis-bot commented Nov 21, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 17,670,999 -10
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 21,054,291 +2
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 3ecf1bc
Branch: main

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 21, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

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

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

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 21, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D51204077
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 21, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D51204077
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 22, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

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

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

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 22, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D51204077
dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 22, 2023
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

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

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

dmytrorykun added a commit to dmytrorykun/react-native that referenced this pull request Nov 22, 2023
…iles generation (facebook#41555)

Summary:
Pull Request resolved: facebook#41555

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D51204077

fbshipit-source-id: 9ec5698d81771023c6a3853800e7d49f41115e21
…iles generation (facebook#41555)

Summary:

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

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

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

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Nov 22, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 980fb0c.

Othinn pushed a commit to Othinn/react-native that referenced this pull request Jan 9, 2024
…iles generation (facebook#41555)

Summary:
Pull Request resolved: facebook#41555

This diff splits `generateNativeCodegenFiles` into two simpler steps: `generateSchemaInfos` and `generateCode`. `SchemaInfo` is a (library, schema) pair, it is convenient for further transformations.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D51204077

fbshipit-source-id: 8a1f585a79a2a0241b544a8a131b59250d803e2e
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