www.digitalmars.com         C & C++   DMDScript  

D.gnu - [Issue 1502] New: gdmd: implicit -H and -D flags

reply d-bugmail puremagic.com writes:
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...


-- 
Sep 14 2007
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1502






Created an attachment (id=178)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=178&action=view)
gdmd-implicit-flags.patch


-- 
Sep 14 2007
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1502


dvdfrdmn users.sf.net changed:

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





Thanks for the patch!  Fixed in svn 164 / release 0.25.  Minor change:
Coalesced all of the *_parents variables into $output_parents. 


-- 
Sep 23 2007