[Issue 5445] New: DMD does not look for ".dmd.conf" in HOME dir

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 11 12:11:06 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5445

           Summary: DMD does not look for ".dmd.conf" in HOME dir
           Product: D
           Version: 2.040
          Platform: All
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: sean at invisibleduck.org


--- Comment #0 from Sean Kelly <sean at invisibleduck.org> 2011-01-11 12:09:18 PST ---
It's a popular convention to put user-specific config files in the HOME dir
prefixed by a dot (so they're hidden).  DMD doesn't recognize a dot-prefixed
dmd.conf file, and it would be nice if it did.  I've included a patch to check
for ".dmd.conf" in the HOME dir if "dmd.conf" doesn't exist.  I don't think
it's terribly important to do this secondary lookup in all locations because
the likelihood of having such a dot-prefixed file elsewhere is very small.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list