Thread overview
[Issue 1502] New: gdmd: implicit -H and -D flags
Sep 14, 2007
d-bugmail
Sep 14, 2007
d-bugmail
Sep 23, 2007
d-bugmail
September 14, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1502

           Summary: gdmd: implicit -H and -D flags
           Product: DGCC aka GDC
           Version: 0.24
          Platform: All
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: glue layer
        AssignedTo: dvdfrdmn@users.sf.net
        ReportedBy: afb@algonet.se


DMD has a buglet or feature, where it implies the -H flag when giving -Hd or -Hf and similarly implies -D flag when getting -Dd or -Df. gdmd, however, does not...


-- 

September 14, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1502





------- Comment #1 from afb@algonet.se  2007-09-14 03:12 -------
Created an attachment (id=178)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=178&action=view)
gdmd-implicit-flags.patch


-- 

September 23, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1502


dvdfrdmn@users.sf.net changed:

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




------- Comment #2 from dvdfrdmn@users.sf.net  2007-09-23 17:39 -------
Thanks for the patch!  Fixed in svn 164 / release 0.25.  Minor change: Coalesced all of the *_parents variables into $output_parents.


--