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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 26 10:16:38 UTC 2019


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #2881 "Fix issue 20459 - Runtime arg parsing should
stop at POSIX delimiter" was merged into master:

- 2f59e46c43afa996a68eaa52cdf4a4b27e619c98 by Geod24:
  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