April 03, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2795

           Summary: text imports shall be replaces with a literal in
                    generated headers
           Product: D
           Version: 2.026
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: benoit@tionex.de


A .d is compiled and a .o(bj) and a .di is written by the compiler.

ATM the user of .di files need also the right files for all text file imports in place to use the .di files. With the literal replacement, there would be a guarantee that the content of the seen .di and previously generated .obj still match.


--