Thread overview
[Issue 7304] New: Online docs incorrect with regards to covariant arrays
Jan 18, 2012
Jonathan M Davis
January 18, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7304

           Summary: Online docs incorrect with regards to covariant arrays
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: jmdavisProg@gmx.com


--- Comment #0 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-01-17 16:01:04 PST ---
http://www.d-programming-language.org/arrays.html

The docs claim that

A dynamic array T[] can be implicitly converted to one of the following:

U[]
void[]
Where U is a base class of T.

Now that bug# 2095 has been fixed, this is incorrect. It should say

const(U)[]
const(U[])
void[]
Where U is a base class of T.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7304



--- Comment #1 from github-bugzilla@puremagic.com 2013-02-06 22:50:57 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/e441062ea82c73bb8407b50d9127e684b2d517de Fixes Issue 7304 - Missing implicit conversion sample.

https://github.com/D-Programming-Language/d-programming-language.org/commit/d12690090a4876ede9bf9530384c8117b8bdd9e0 Merge pull request #263 from AndrejMitrovic/Fix7304

Issue 7304 - Missing implicit conversion sample.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7304


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alex@lycus.org
         Resolution|                            |FIXED


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