microsoft / microsoft/react-native-windows
Unfork NetworkIOAgent files and Utf8.h
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
Problem Description
Integration added these files which have multiple issues with types and annoyonous namespace. Currently have a fix in an override file but need verification that it was handled correctly before making a PR upstream.
Link to the integration where the error originated
https://github.com/microsoft/react-native-windows/pull/13554
Link to commit
https://github.com/facebook/react-native/pull/45426
https://github.com/facebook/react-native/pull/45445
https://github.com/facebook/react-native/commit/193cdc36f7de5524b509e38da8feb209d214634c
Forked files
- vnext\ReactCommon\TEMP_UntilReactCommonUpdate\jsinspector-modern\NetworkIOAgent.cpp
- vnext\ReactCommon\TEMP_UntilReactCommonUpdate\jsinspector-modern\NetworkIOAgent.h
- vnext\ReactCommon\TEMP_UntilReactCommonUpdate\jsinspector-modern\Utf8.h
Upstream PR
N/A
Build Configuration
Debug
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the three forked files under vnext\ReactCommon\TEMP_UntilReactCommonUpdate\jsinspector-modern: NetworkIOAgent.cpp, NetworkIOAgent.h, and Utf8.h. Compare them with the referenced React Native PRs and commit, then inspect the existing override fix and verify the reported type and anonymous-namespace issues. Done means the handling is verified well enough to prepare an upstream PR.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, react-native
- Domain
- devtools
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100