[Issue 7730] New: Make imports work case-sensitive on all platforms
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Mar 18 14:20:22 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7730
           Summary: Make imports work case-sensitive on all platforms
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: armin.kazmi at tu-dortmund.de
--- Comment #0 from Armin Kazmi <armin.kazmi at tu-dortmund.de> 2012-03-18 14:20:36 PDT ---
One of the major issues (or lets say, enerving ones) one has when porting from
e.g. Windows to other platforms is constant mixture of filename/dirname casing
of imports/includes in the sourcecode, which doesn't match the filename case. I
think DMD should enforce that the source path case is consistent with the
module name in order to eliminate such issues.
-- 
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