www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7398] New: spell checker should suppress error messages

reply d-bugmail puremagic.com writes:
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



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
parent d-bugmail puremagic.com writes:
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



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