Thread overview
[Issue 16409] Allow -of=filename style for switches accepting paths
Aug 21, 2016
Andrej Mitrovic
Aug 21, 2016
Andrej Mitrovic
Aug 21, 2016
Andrej Mitrovic
Aug 21, 2016
Andrej Mitrovic
[Issue 16409] Add support for assign-style switches
Aug 21, 2016
Andrej Mitrovic
Aug 22, 2016
Andrej Mitrovic
August 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Allow -of=filename and      |Allow -of=filename style
                   |-od=objdir switches         |for switches accepting
                   |                            |paths

--
August 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Renamed issue, I want this for -I, -J, and all other types of switches which take a path.

--
August 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com

--
August 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
https://github.com/dlang/dmd/pull/6070

--
August 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Allow -of=filename style    |Add support for
                   |for switches accepting      |assign-style switches
                   |paths                       |

--
August 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e3c9f21acac9c086b98389185d917952e0b397cb Fix Issue 16409 - Add support for assign switches

All switches taking values now allow the -switch=<name> syntax. The list of new switches which support this include:

-Dd=<directory>
-Df=<filename>
-Hd=<directory>
-Hf=<filename>
-I=<directory>
-J=<directory>
-L=<linkerflag>
-od=<dirname>
-of=<objname>
-Xf=<filename>

https://github.com/dlang/dmd/commit/cf44ea035db85a7551391a6df532a671dc7c31ff Merge pull request #6070 from AndrejMitrovic/assign-switch

Issue 16409 - Add support for assign-style switches

--
August 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

github-bugzilla@puremagic.com changed:

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

--
August 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
*** Issue 16122 has been marked as a duplicate of this issue. ***

--
October 01, 2016
https://issues.dlang.org/show_bug.cgi?id=16409

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e3c9f21acac9c086b98389185d917952e0b397cb Fix Issue 16409 - Add support for assign switches

https://github.com/dlang/dmd/commit/cf44ea035db85a7551391a6df532a671dc7c31ff Merge pull request #6070 from AndrejMitrovic/assign-switch

--