[Issue 18134] BitArray <<= broken when length % 32 = 0

2017-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18134

ZombineDev  changed:

   What|Removed |Added

 CC||petar.p.ki...@gmail.com
   Hardware|x86 |All
 OS|Windows |All
   Severity|enhancement |normal

--- Comment #1 from ZombineDev  ---
See also: http://forum.dlang.org/thread/nqqvdioafdotfegnq...@forum.dlang.org

--


[Issue 18134] BitArray <<= broken when length % 32 = 0

2018-02-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18134

Jakub Łabaj  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||uaaabbj...@gmail.com

--- Comment #2 from Jakub Łabaj  ---
Seems like it was wrong only for multiples of size_t.sizeof. I made a PR fixing
this: https://github.com/dlang/phobos/pull/6110.

--