Thread overview
[Issue 20459] Runtime arg parsing should stop at '--'
Dec 21, 2019
ZombineDev
Dec 23, 2019
Dlang Bot
Dec 26, 2019
Dlang Bot
December 21, 2019
https://issues.dlang.org/show_bug.cgi?id=20459

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--
December 23, 2019
https://issues.dlang.org/show_bug.cgi?id=20459

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--
December 23, 2019
https://issues.dlang.org/show_bug.cgi?id=20459

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

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

--- Comment #1 from Dlang Bot <dlang-bot@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

--
December 26, 2019
https://issues.dlang.org/show_bug.cgi?id=20459

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

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

--- Comment #2 from Dlang Bot <dlang-bot@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

--