http://d.puremagic.com/issues/show_bug.cgi?id=7956
Summary: Missing error line number with wrong function name
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2012-04-20 17:55:02 PDT ---
Wrong D2 code:
import std.stdio;
void main() {
open("foo");
}
DMD 2.060alpha shows:
test.d: Error: module test std.stdio.fopen is private
test.d(3): Error: undefined identifier open, did you mean function fopen?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------