[Issue 5839] Spellchecker matches private symbols outside of the module, leading to extra, broken error messages

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 22 12:32:55 PST 2012


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



--- Comment #7 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-12-22 12:32:53 PST ---
(In reply to comment #5)
> (In reply to comment #3)
> > Now it gives:
> > 
> > foo.d(4): Error: undefined identifier seep
> 
> This still hasn't fixed the root issue, the problem is in the spellchecker and
> the OP sample is just one of many examples which triggers the problem.

Sample in git-head from http://d.puremagic.com/issues/show_bug.cgi?id=9196:

import std.typetuple;

void fn()
{
    genericReplace(0, 0, 3);
}

There are many many more examples, and there are probably other dupe reports
opened on issues like this.

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