[Issue 9644] New: Spell checker gives silly suggestions for 1-2 character symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 4 09:19:27 PST 2013


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

           Summary: Spell checker gives silly suggestions for 1-2
                    character symbols
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: clugdbug at yahoo.com.au


--- Comment #0 from Don <clugdbug at yahoo.com.au> 2013-03-04 09:19:26 PST ---
int q7;

int main() 
{
    return ii;
}

bug.d(4): Error: undefined identifier ii, did you mean variable q7?

No, of course I didn't.

Compiler suggests any symbol that varies by at most two changes from the
target, but that's too much for a symbol which is only two changes away from
the empty string.
The limit should be one character for symbols which are one or two characters
long.

-- 
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