Thread overview
[Issue 5315] New: array initializer accepts empty initializers
Dec 03, 2010
Ellery Newcomer
Dec 03, 2010
Ellery Newcomer
Jan 20, 2012
Walter Bright
December 03, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5315

           Summary: array initializer accepts empty initializers
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: ellery-newcomer@utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2010-12-03 15:31:18 PST ---
int[] wheeeeeee = [1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2];

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 03, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5315



--- Comment #1 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2010-12-03 15:32:21 PST ---
Created an attachment (id=837)
it's a patch!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 20, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5315


Walter Bright <bugzilla@digitalmars.com> changed:

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


--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2012-01-20 12:38:08 PST ---
It's rejected by 2.057.

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