[Issue 7956] New: Missing error line number with wrong function name

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 20 17:54:05 PDT 2012


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: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 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: -------


More information about the Digitalmars-d-bugs mailing list