[Issue 7398] New: spell checker should suppress error messages
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 30 00:02:26 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7398
Summary: spell checker should suppress error messages
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: dawg at dawgfoto.de
--- Comment #0 from dawg at dawgfoto.de 2012-01-30 00:02:25 PST ---
class T2
{
alias Foo.value value;
static struct Foo
{
private static int value;
}
}
void foo()
{
auto val = T2.value;
}
--------
b.d(5): Error: struct b.T2.Foo is forward referenced when looking for 'value'
... ~80.000 more error messages
b.d(5): Error: struct b.T2.Foo is forward referenced when looking for 'value__'
b.d(3): Error: no property 'value' for type 'Foo'
b.d(3): Error: alias b.T2.value cannot alias an expression __error
--
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