Thread overview
[Issue 21724] std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer
[Issue 21724] copy fails on overlapping ranges
Mar 17, 2021
Bolpat
Mar 18, 2021
Nathan S.
Mar 18, 2021
Dlang Bot
Mar 18, 2021
Dlang Bot
Apr 25, 2021
Dlang Bot
Apr 27, 2021
Dlang Bot
March 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21724

Bolpat <qs.il.paperinik@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qs.il.paperinik@gmail.com

--
March 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21724

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n8sh.secondary@hotmail.com
            Summary|copy fails on overlapping   |std.algorithm.mutation.copy
                   |ranges                      |fails on overlapping arrays
                   |                            |if the source array's
                   |                            |pointer is less than the
                   |                            |destination array's pointer

--
March 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21724

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7879 "std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer" fixing this issue:

- Fix Issue 21724 - std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer

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

--
March 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21724

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 #7879 "std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer" was merged into stable:

- b879f8a21c6b1c60cdd2e20134f5ca7632b41c47 by Nathan Sashihara:
  Fix Issue 21724 - std.algorithm.mutation.copy fails on overlapping arrays if
the source array's pointer is less than the destination array's pointer

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

--
April 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21724

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7964 "merge stable" was merged into master:

- edd9007c35f14f43e9d6203436d1f544f4337c9a by Nathan Sashihara:
  Fix Issue 21724 - std.algorithm.mutation.copy fails on overlapping arrays if
the source array's pointer is less than the destination array's pointer

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

--
April 27, 2021
https://issues.dlang.org/show_bug.cgi?id=21724

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8012 "merge stable" was merged into master:

- d32131d952ebe6f87b7e191f20788a1a9cd9b723 by Nathan Sashihara:
  Fix Issue 21724 - std.algorithm.mutation.copy fails on overlapping arrays if
the source array's pointer is less than the destination array's pointer

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

--