Thread overview
[Issue 23911] "Overlapping arrays in copy:" error message gone
May 11, 2023
RazvanN
May 11, 2023
Vladimir Panteleev
May 11, 2023
RazvanN
May 11, 2023
RazvanN
May 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23911

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
          Component|dmd                         |druntime

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
This is probably a druntime error, as the runtime is the one that outputs the assertion message.

--
May 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23911

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
OK, just note the last paragraph in the description.

--
May 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23911

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
Noted, thanks!

--
May 11, 2023
https://issues.dlang.org/show_bug.cgi?id=23911

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|druntime                    |dmd

--- Comment #4 from RazvanN <razvan.nitu1305@gmail.com> ---
After looking at the code, it seems indeed that this is a gluelayer issue.

--