-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Process] Fix BC break: "exec" should remain an internal "detail" #22487
New issue
8000Have 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
Conversation
Q | A |
---|---|
Branch? | 3.3 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #22476 |
License | MIT |
Doc PR | - |
this still does not fix the BC break when the executed code already used |
accepting an array is new since 3.3, so this cannot happen |
oh, it is indeed only for arrays |
@nicolas-grekas it can happen when using ProcessBuilder, as this one uses the new API under the hood, which is precisely why melody was impacted btw |
I don't see what you mean, can you post a reproducer that fails with the current patch? |
2a5473e
to
eedcece
Compare
ProcessBuilder can be used to create processes using Btw, I think you also broke the |
I'm really sorry, but either you're wrong, or I totally miss the point. Please provide me some code sample to help me get your point if it's still valid... |
ah indeed, I forgot it is. |
Thank you @nicolas-grekas. |
…detail" (nicolas-grekas) This PR was merged into the 3.3-dev branch. Discussion ---------- [Process] Fix BC break: "exec" should remain an internal "detail" | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22476 | License | MIT | Doc PR | - Commits ------- eedcece [Process] Fix BC break: "exec" should remain an internal "detail"