Thread overview
[Issue 24603] Can copy from non-void array into void[] in safe code
Jun 14
Dlang Bot
Jun 16
Dlang Bot
Oct 04
Dennis
June 14
https://issues.dlang.org/show_bug.cgi?id=24603

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
June 14
https://issues.dlang.org/show_bug.cgi?id=24603

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #16584 "Fix Bugzilla 24603 - Can copy from non-void array into void[] in safe…" fixing this issue:

- Fix Bugzilla 24603 - Can copy from non-void array into void[] in safe code

  Deprecate in safe code.

https://github.com/dlang/dmd/pull/16584

--
June 14
https://issues.dlang.org/show_bug.cgi?id=24603

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
June 16
https://issues.dlang.org/show_bug.cgi?id=24603

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/dmd pull request #16584 "Fix Bugzilla 24603 - Can copy from non-void array into void[] in safe…" was merged into master:

- f42dc60597bc904bee9b2377877d511f9dae3cf5 by Nick Treleaven:
  Fix Bugzilla 24603 - Can copy from non-void array into void[] in safe code

  Deprecate in safe code.

https://github.com/dlang/dmd/pull/16584

--
October 04
https://issues.dlang.org/show_bug.cgi?id=24603

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com

--- Comment #3 from Dennis <dkorpel@live.nl> ---
*** Issue 20345 has been marked as a duplicate of this issue. ***

--