digitalmars.D.bugs - [Issue 2387] New: Static array terminology
- d-bugmail puremagic.com (21/21) Oct 03 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2387
- d-bugmail puremagic.com (9/9) Jan 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=2387
- d-bugmail puremagic.com (10/10) Jan 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=2387
http://d.puremagic.com/issues/show_bug.cgi?id=2387
Summary: Static array terminology
Product: D
Version: 2.019
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: spec
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla digitalmars.com
ReportedBy: samukha voliacable.com
Static arrays have two conflicting definitions in the specs. One is any
fixed-length array (in Static Arrays section on Arrays page) and the other is
statically allocated fixed-length arrays, which narrows the previous definition
without modifying the term or introducing a new term (in the section on static
array initializers). Possible disambiguation:
any fixed-length arrays - fixed-length arrays
statically allocated fixed-length arrays - static fixed-length arrays
--
Oct 03 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2387 Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/commit/57be435945a62141226b5b496b908d0ee6ae75d5 fix Issue 2387 - Static array terminology -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 22 2012
http://d.puremagic.com/issues/show_bug.cgi?id=2387
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 22 2012









d-bugmail puremagic.com 