October 25, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11349

           Summary: Array!bool should be size_t indexed
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: monarchdodra@gmail.com


--- Comment #0 from monarchdodra@gmail.com 2013-10-25 00:18:46 PDT ---
Indexing it with ulong just creates all kinds of problems on 32 bit machines. It's not worth the trouble of not being able to index more than 4e9 elements.

https://github.com/D-Programming-Language/phobos/pull/1656

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


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich@gmail.com
         Resolution|                            |FIXED


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-10-25 11:16:34 PDT ---
https://github.com/D-Programming-Language/phobos/commit/9d48f6fa19edba7be2168ee55816181046459421

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