Skip to content

Fix executable arguments when launching a process. #55

Merged
tmcgilchrist merged 3 commits into
tarides:mainfrom
tmcgilchrist:hack
Jun 3, 2025
Merged

Fix executable arguments when launching a process. #55
tmcgilchrist merged 3 commits into
tarides:mainfrom
tmcgilchrist:hack

Conversation

@tmcgilchrist

Copy link
Copy Markdown
Collaborator

The Cmdliner argument parser was consuming the entire string without
splitting it into an executable followed by the arguments and passing
that as string list. This caused Unix.create_process_env to error out.

The Cmdliner argument parser was consuming the entire string without
splitting it into an executable followed by the arguments and passing
that as string list. This caused Unix.create_process_env to error out.
@tmcgilchrist tmcgilchrist merged commit 6a3f6f6 into tarides:main Jun 3, 2025
6 of 7 checks passed
@tmcgilchrist tmcgilchrist deleted the hack branch June 3, 2025 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant