[Issue 17629] New: package.di files cannot be used

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 9 15:12:31 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17629

          Issue ID: 17629
           Summary: package.di files cannot be used
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: eyal at weka.io

Unlike other .d files, package.d files cannot have interface-file counterparts.

if a/package.d exists, "import a" works.
if a/package.di exists, "import a" does not work.

If both exist, the latter is ignored.

--


More information about the Digitalmars-d-bugs mailing list