[Issue 20459] Runtime arg parsing should stop at '--'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 23 06:23:53 UTC 2019


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@Geod24 created dlang/druntime pull request #2881 "Fix issue 20459 - Runtime
arg parsing should stop at POSIX delimiter" fixing this issue:

- Fix issue 20459 - Runtime arg parsing should stop at POSIX delimiter

  This makes druntime argument parsing consistent with the behavior of
  options on POSIX systems.
  It also ensures that druntime argument can be passed down to other programs,
  e.g. for 'dub' and 'rdmd'.

https://github.com/dlang/druntime/pull/2881

--


More information about the Digitalmars-d-bugs mailing list