-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Fabric] Unfork BoundedConsumableBuffer.h #13231
Labels
Deforking
enhancement
Integration Follow-up
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Milestone
Comments
microsoft-github-policy-service
bot
added
the
Needs: Triage 🔍
New issue that needs to be reviewed by the issue management team (label applied by bot)
label
May 13, 2024
marlenecota
removed
the
Needs: Triage 🔍
New issue that needs to be reviewed by the issue management team (label applied by bot)
label
May 13, 2024
marlenecota
changed the title
[Fabric] Unfork react\renderer\observers\events\EventPerformanceLogger.cpp
[Fabric] Unfork EventPerformanceLogger.cpp and BondedConsumableBuffer.h
May 14, 2024
microsoft-github-policy-service
bot
added
the
Invalid Triage
https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot)
label
May 14, 2024
jonthysell
added
bug
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
and removed
Invalid Triage
https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot)
labels
Jun 3, 2024
marlenecota
changed the title
[Fabric] Unfork EventPerformanceLogger.cpp and BondedConsumableBuffer.h
[Fabric] Unfork BondedConsumableBuffer.h
Jun 5, 2024
marlenecota
changed the title
[Fabric] Unfork BondedConsumableBuffer.h
[Fabric] Unfork BoundedConsumableBuffer.h
Jun 5, 2024
Missed one int -> size_t in BoundedConsumableBuffer.h. Upstream PR: facebook/react-native#44806 |
Upstream PR has merged. We can unfork this after the 6/6/24 integration. |
microsoft-github-policy-service
bot
added
the
Invalid Triage
https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot)
label
Jun 8, 2024
Resolved in 6/10 integration: #13325 |
chrisglein
added
enhancement
and removed
Invalid Triage
https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot)
labels
Jun 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Deforking
enhancement
Integration Follow-up
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Summary
The RNW integration to RN 04/13 (#13226) adds EventPerformanceLogger.cpp and we're getting the following error:
Changing uint32_t to size_t fixes it.
There's also issues with BoundedConsumableBuffer.h:
Upstream PR: facebook/react-native#44564
Can be unforked after RN integration passes 5/13
The text was updated successfully, but these errors were encountered: