Skip to content
New issue

Have 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

std.process.browse should use internal functions for executing subprocess #10564

Open
dlangBugzillaToGithub opened this issue Oct 22, 2024 · 1 comment

Comments

@dlangBugzillaToGithub
Copy link

schveiguy (@schveiguy) reported this on 2024-10-22T02:14:00Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=24825

Description

The browse function predates std.process, and uses its own mechanisms to create a process. This resulted in at least one bug (issue 24824).

The internals should just call `spawnProcess` or whatever it takes to properly execute the browser process, instead of reimplementing most of it.
@dlangBugzillaToGithub
Copy link
Author

schveiguy (@schveiguy) commented on 2024-10-22T02:30:55Z

Note, this is a "reopening" of issue 6496. I think that was closed in error.

@LightBender LightBender removed the P1 label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants