[Issue 2795] New: text imports shall be replaces with a literal in generated headers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 3 12:32:30 PDT 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 at digitalmars.com
        ReportedBy: benoit at 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.


-- 



More information about the Digitalmars-d-bugs mailing list