digitalmars.D.bugs - [Issue 7398] New: spell checker should suppress error messages
- d-bugmail puremagic.com (34/34) Jan 30 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7398
- d-bugmail puremagic.com (12/12) Nov 19 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7398
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 puremagic.com ReportedBy: dawg dawgfoto.de --- Comment #0 from dawg 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: -------
Jan 30 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7398 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic, rejects-valid Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Don <clugdbug yahoo.com.au> 2012-11-19 03:30:21 PST --- This actually compiles in D2 now. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 19 2012