June 22, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=218

           Summary: Clean up old code for packed bit array support
           Product: D
           Version: 0.161
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: sean@f4.ca


Phobos still contains some code used for packed bit array processing, and it should probably be cleaned up at some point.  Omitting the alias for "bit" in the global object module generates these errors:

internal\arraycat.d(69): identifier 'bit' is not defined
internal\arraycat.d(117): identifier 'bit' is not defined
internal\arraycat.d(154): identifier 'bit' is not defined
internal\arraycat.d(170): identifier 'bit' is not defined

internal\adi.d(310): identifier 'bit' is not defined
internal\adi.d(356): identifier 'bit' is not defined

std\format.d(138): identifier 'bit' is not defined


-- 

October 20, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=218


braddr@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from braddr@puremagic.com  2007-10-20 03:27 -------
Fixed in 1.022/2.005


--