should ACE_Process_Options::setenv allow adding a variable that is already in it's environment_buffer? #2099
Unanswered
yougotborked
asked this question in
Q&A
Replies: 1 comment
-
I think having it match POSIX |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Especially on Windows when using inheritEnvironment to pre-populate the buffer, once we pass it along to spawn() ,
I have found my additional setenv call does not end up replacing the first one.
I feel like setenv should modify any variables that are already in it's buffer. not just keep appending to the buffer.
I'm happy to provide a PR if the community/maintainers think this is worth changing.
Beta Was this translation helpful? Give feedback.
All reactions