Thread overview
[Issue 20241] BitArray.bitsSet ignores length
Sep 25, 2019
Vladimir Panteleev
Sep 25, 2019
Dlang Bot
Oct 05, 2019
Dlang Bot
September 25, 2019
https://issues.dlang.org/show_bug.cgi?id=20241

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |20242


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=20242
[Issue 20242] BitArray constructor should not modify input data
--
September 25, 2019
https://issues.dlang.org/show_bug.cgi?id=20241

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/phobos pull request #7194 "BitArray fixes" fixing this issue:

- Fix Issue 20241 - BitArray.bitsSet ignores length

https://github.com/dlang/phobos/pull/7194

--
October 05, 2019
https://issues.dlang.org/show_bug.cgi?id=20241

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7194 "BitArray fixes" was merged into master:

- 289149a2f1e582d8fcbe74dbead47c1a01f8201c by Vladimir Panteleev:
  Fix Issue 20241 - BitArray.bitsSet ignores length

https://github.com/dlang/phobos/pull/7194

--