[Issue 24825] New: std.process.browse should use internal functions for executing subprocess

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 22 02:14:00 UTC 2024


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

          Issue ID: 24825
           Summary: std.process.browse should use internal functions for
                    executing subprocess
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: schveiguy at gmail.com

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.

--


More information about the Digitalmars-d-bugs mailing list