Skip to content

[compiler][bugfix] Don't insert hook guards in retry pipeline #32665

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

Merged
merged 1 commit into from
Mar 20, 2025
Merged

Conversation

mofeiZ
Copy link
Contributor

@mofeiZ mofeiZ commented Mar 19, 2025

Fixing bug from #32164 -- prior to this PR, we inserted hook guards even for functions that bailed out of compilation.

Fixing bug from #32164 -- prior to this PR, we inserted hook guards even for functions that bailed out of compilation.
@mofeiZ
Copy link
Contributor Author

mofeiZ commented Mar 20, 2025

Updated to use fn.env.isInferredMemoEnabled instead of fn.env.compilerMode === 'all_features'

@mofeiZ mofeiZ merged commit 0962f68 into main Mar 20, 2025
23 of 27 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 20, 2025
Fixing bug from #32164 -- prior to
this PR, we inserted hook guards even for functions that bailed out of
compilation.

DiffTrain build for [0962f68](0962f68)
@poteto poteto deleted the pr32665 branch March 26, 2025 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants