Thread overview
[Issue 19171] Array!bool range slicing has invalid assert
August 15, 2018
https://issues.dlang.org/show_bug.cgi?id=19171

Steven Schveighoffer <schveiguy@yahoo.com> changed:

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

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
PR: https://github.com/dlang/phobos/pull/6666

--
August 16, 2018
https://issues.dlang.org/show_bug.cgi?id=19171

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/5a3a1819223f3cc4d70565000d8a083b6a65aced Fix issue 19171 - Fix invalid assert in Array!bool slicing

https://github.com/dlang/phobos/commit/4b98bd8b44dde9bb1ede66de4600cc0af38fb457 Merge pull request #6666 from schveiguy/fix19171

Fix issue 19171 - Fix invalid assert in Array!bool slicing merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--
August 16, 2018
https://issues.dlang.org/show_bug.cgi?id=19171

github-bugzilla@puremagic.com changed:

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

--