[Issue 8426] New: Spell corrector for wrong function names looks in the wrong places

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 24 06:39:44 PDT 2012


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

           Summary: Spell corrector for wrong function names looks in the
                    wrong places
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: diagnostic
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2012-07-24 06:39:42 PDT ---
import std.stdio;
void main() {
    open("data");
}



DMD 2.060beta gives an useless error message (with no line number), followed by
a wrong suggestion:

Error: module temp std.stdio.fopen is private
temp.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