Thread overview
[Issue 22202] Wrong error message for implicit call to @system copy constructor in @safe code
Aug 11, 2021
Paul Backus
Apr 19, 2022
RazvanN
Apr 19, 2022
RazvanN
Apr 19, 2022
Dlang Bot
Apr 19, 2022
Dlang Bot
August 11, 2021
https://issues.dlang.org/show_bug.cgi?id=22202

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

--
April 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22202

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |critical

--
April 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22202

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|diagnostic                  |

--
April 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22202

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14015 "Fix Issue 22202 - Wrong error message for implicit call to @system copy constructor in @safe code" fixing this issue:

- Fix Issue 22202 - Wrong error message for implicit call to @system copy constructor in @safe code

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

--
April 19, 2022
https://issues.dlang.org/show_bug.cgi?id=22202

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 #14015 "Fix Issue 22202 - Wrong error message for implicit call to @system copy constructor in @safe code" was merged into master:

- 3d2488c630efae642bbfaf23e7f1fa743cc14857 by RazvanN7:
  Fix Issue 22202 - Wrong error message for implicit call to @system copy
constructor in @safe code

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

--