January 30, 2012 [Issue 7398] New: spell checker should suppress error messages | ||||
---|---|---|---|---|
| ||||
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: ------- |
November 19, 2012 [Issue 7398] spell checker should suppress error messages | ||||
---|---|---|---|---|
| ||||
Posted in reply to dawg@dawgfoto.de | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation