July 26, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2248

           Summary: .di should be a supported file extension
           Product: D
           Version: 0.145
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: 2korden@gmail.com


DMD refuses to compile dmd-generated .di files. I'm trying to test them, no object files needs to be generated:

> dmd -o- test.di
Error: unrecognized file extension di

> dmd -o- test
test.d: module test cannot read file 'test.d'


-- 

August 14, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2248


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2008-08-14 03:01 -------
Fixed dmd 1.034 and 2.018


--