www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 3571] New: super description has a duplicated sentence

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3571

           Summary: super description has a duplicated sentence
           Product: D
           Version: 1.051
          Platform: All
               URL: http://www.digitalmars.com/d/1.0/expression.html#Condi
                    tionalExpression
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: trivial
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: llucax gmail.com



PST ---
This is what the specs says about the super expression:

  super

  super is identical to this, except that it is cast to this's base class. It
is
  an error if there is no base class. It is an error to use super within a
struct
  member function. (Only class Object has no base class.) super is not allowed
in
  struct member functions. If a member function is called with an explicit
  reference to super, a non-virtual call is made.

Note that using super in structs is forbidden is said twice (once before the
clarification in parenthesis, and one after). Maybe this can be rephrased as:

  super

  super is identical to this, except that it is cast to this's base class. It
is
  an error if there is no base class (note that only class Object has no base
  class). It is an error to use super within a struct member function. If a
  member function is called with an explicit reference to super, a non-virtual
  call is made.

This goes for D2 too.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 03 2009
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3571


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |FIXED



01:12:26 PST ---
Fixed

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 06 2009
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3571




PST ---
http://www.dsource.org/projects/phobos/changeset/1365

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 08 2009