[Issue 2558] New: #line should show the same package as the original module
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 6 02:38:48 PST 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 at digitalmars.com
ReportedBy: davidl at 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.
--
More information about the Digitalmars-d-bugs
mailing list