Uh oh!
There was an error while loading. Please reload this page.
FIX: getCommandOutput exec thread - #2414
Conversation
cortinico
commented
Jun 19, 2024
Just a small heads up that this file |
szymonrybczak
commented
Jun 19, 2024
@cortinico I didn't familiarize myself with new autolinking implementation in Core yet, but does it make sense to re-apply this PR in Core? If not, it doesn't make sense to merge this kind-of improvement here. |
admirsaheta
commented
Jun 19, 2024
Would appreciate merging this at least in a small minor version bump since it affects edge cases, currently using patch package for this :) |
cortinico
commented
Jun 19, 2024
Inside core we already use I think as @admirsaheta said, it probably makes sense to backport this to 13.x/12.x only if any |
szymonrybczak
commented
Jun 20, 2024
Alright, @cortinico do you mind reviewing these changes? 🙏 |
cortinico
commented
Jun 20, 2024
@szymonrybczak yup
@admirsaheta what was the issue exactly? Can you provide a stacktrace or error message? |
admirsaheta
commented
Jun 20, 2024
Yes, exact: |
cortinico
commented
Jun 20, 2024
Cool so we can merge this and backport it to previous versions |
szymonrybczak
commented
Jun 26, 2024
hey @admirsaheta, it looks like this Pull Request broke our E2E tests on Windows... Are you able to take a look at it? 🙏 Also could please create PRs with same fix for older branches |
Summary:
While working on a react-native project I've encountered an error comming from
native_modules.gradleupon running gradle sync which was caused by theexecmethod not re-running threads asynchronously, usingProcessBuilderprovides a better way of approaching this issue.Test Plan:
getCommandOutputmethodChecklist