digitalmars.D.bugs - [Issue 1521] New: Umbiguous documentation
- d-bugmail puremagic.com (25/25) Sep 19 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1521
- d-bugmail puremagic.com (9/9) Jan 21 2012 http://d.puremagic.com/issues/show_bug.cgi?id=1521
- d-bugmail puremagic.com (10/10) Jan 21 2012 http://d.puremagic.com/issues/show_bug.cgi?id=1521
http://d.puremagic.com/issues/show_bug.cgi?id=1521
Summary: Umbiguous documentation
Product: D
Version: unspecified
Platform: All
URL: http://www.digitalmars.com/d/memory.html#stackclass
OS/Version: All
Status: NEW
Severity: trivial
Priority: P4
Component: www.digitalmars.com
AssignedTo: bugzilla digitalmars.com
ReportedBy: d friedelprivat.de
The documentation currently reads as follows:
Class instances are normally allocated on the garbage collected heap. However,
if they:
* are allocated as local symbols in a function
* are allocated using new
* use new with no arguments
* have the scope storage class
It's umbiguous if all items of the list are required as condition, or only one
of them.
The chapter should be rephrased to make clear that all conditions have to me
true before the object is put on stack ("and" nor "or").
--
Sep 19 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1521 Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/commit/3d22dec01aac1c6a436fb82849fba49411f9e97e fix Issue 1521 - Ambiguous documentation -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 21 2012
http://d.puremagic.com/issues/show_bug.cgi?id=1521
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |bugzilla digitalmars.com
Resolution| |FIXED
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 21 2012









d-bugmail puremagic.com 