[Issue 6591] New: di header generation loses selective import symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 2 00:46:27 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6591

           Summary: di header generation loses selective import symbols
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: r.sagitario at gmx.de


--- Comment #0 from Rainer Schuetze <r.sagitario at gmx.de> 2011-09-02 00:46:21 PDT ---
Generating a di file from

---
module test;
import std.stdio : writeln;
---

via "dmd -H -o- test.d" generates

---
// D import file generated from 'test.d'
module test;
import std.stdio;
---

which might create an uncompilable di file due to symbol ambiguities. It can
also spread across more modules if the import is public.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list