[Issue 2248] New: .di should be a supported file extension

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 25 17:01:47 PDT 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 at digitalmars.com
        ReportedBy: 2korden at 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'


-- 



More information about the Digitalmars-d-bugs mailing list