Thread overview
[Issue 20242] BitArray constructor should not modify input data
Sep 25, 2019
Dlang Bot
Oct 05, 2019
Dlang Bot
September 25, 2019
https://issues.dlang.org/show_bug.cgi?id=20242

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 20242 - BitArray constructor should not modify input data

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

--
October 05, 2019
https://issues.dlang.org/show_bug.cgi?id=20242
Issue 20242 depends on issue 20241, which changed state.

Issue 20241 Summary: BitArray.bitsSet ignores length https://issues.dlang.org/show_bug.cgi?id=20241

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

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

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:

- b808e722b1560292a9905b6930a83571f68cf2ec by Vladimir Panteleev:
  Fix Issue 20242 - BitArray constructor should not modify input data

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

--