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

Fixing failure building RN codegen CLI on Windows #34791

Closed
wants to merge 1 commit into from

Conversation

mganandraj
Copy link
Contributor

@mganandraj mganandraj commented Sep 26, 2022

Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters.

Summary

Changelog

Fixing build failure building RN codegen CLI on Windows. Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters.

[Android] [Fixed] - Fixing failure building RN codegen CLI on Windows

Test Plan

Ensured RN main branch builds on Windows with new architecture turned on.

…e characters from being interpreted as ASCII escape characters.
@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: Microsoft Partner: Microsoft Partner Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Sep 26, 2022
@analysis-bot
Copy link

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 7,727,567 +0
android hermes armeabi-v7a 7,130,453 +0
android hermes x86 8,034,128 +0
android hermes x86_64 8,007,407 +0
android jsc arm64-v8a 9,596,918 +0
android jsc armeabi-v7a 8,363,229 +0
android jsc x86 9,541,151 +0
android jsc x86_64 10,133,547 +0

Base commit: 8cdc9e7
Branch: main

@mganandraj mganandraj changed the title Fixing build failure building RN CLI on Windows Fixing failure building RN CLI on Windows Sep 26, 2022
@mganandraj mganandraj changed the title Fixing failure building RN CLI on Windows Fixing failure building RN codegen CLI on Windows Sep 26, 2022
@analysis-bot
Copy link

Platform Engine Arch Size (bytes) Diff
ios - universal n/a --

Base commit: 3f3394a
Branch: main

Copy link
Contributor

@cortinico cortinico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good to me. Can you fill in the changelog correctly?

@react-native-bot react-native-bot added Bug Platform: Android Android applications. labels Sep 27, 2022
@mganandraj
Copy link
Contributor Author

Done .. The other errors seems unrelated to this change.

@facebook-github-bot
Copy link
Contributor

@dmytrorykun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @mganandraj in 85c0c0f.

When will my fix make it into a release? | Upcoming Releases

1 similar comment
@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @mganandraj in 85c0c0f.

When will my fix make it into a release? | Upcoming Releases

kelset pushed a commit that referenced this pull request Oct 11, 2022
Summary:
Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters.

## Changelog

Fixing build failure building RN codegen CLI on Windows. Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters.

[Android] [Fixed] - Fixing failure building RN codegen CLI on Windows

Pull Request resolved: #34791

Test Plan: Ensured RN main branch builds on Windows with new architecture turned on.

Reviewed By: cipolleschi

Differential Revision: D39889468

Pulled By: cipolleschi

fbshipit-source-id: 7d79eac9f433908cc86dd7ca2eec841739ef6365

# Conflicts:
#	ReactAndroid/cmake-utils/ReactNative-application.cmake
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
Summary:
Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters.

## Changelog

Fixing build failure building RN codegen CLI on Windows. Ensuring the file paths uses forward slashes as separator to avoid the characters from being interpreted as ASCII escape characters.

[Android] [Fixed] - Fixing failure building RN codegen CLI on Windows

Pull Request resolved: facebook#34791

Test Plan: Ensured RN main branch builds on Windows with new architecture turned on.

Reviewed By: cipolleschi

Differential Revision: D39889468

Pulled By: cipolleschi

fbshipit-source-id: 7d79eac9f433908cc86dd7ca2eec841739ef6365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Microsoft Partner: Microsoft Partner Platform: Android Android applications. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants