January 06, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2558

           Summary: #line should show the same package as the original
                    module
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: davidl@126.com


this could be helpful for locating the generated file without having to use command find.

module mypack.myfile;
#line 1 "myfile.ext"

it will be nicer for compiler to show mypack\myfile.ext when it encounters an error.


--