[Issue 19433] New: Don't consume --DRT-* options if rt_cmdline_enabled is false

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 25 12:33:26 UTC 2018


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

          Issue ID: 19433
           Summary: Don't consume --DRT-* options if rt_cmdline_enabled is
                    false
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: dlang-bugzilla at thecybershadow.net

Druntime will hide --DRT-* command-line arguments from the program whether or
not rt_cmdline_enabled is true. However, this makes it difficult to pass
through options to executed programs, i.e. D programs that run other D
programs, like Dub and rdmd.

--


More information about the Digitalmars-d-bugs mailing list