May 11, 2018
https://issues.dlang.org/show_bug.cgi?id=15246

--- Comment #18 from ponce <aliloko@gmail.com> ---
Hopefully fixed in ProtoObject! ;)

--
July 21, 2018
https://issues.dlang.org/show_bug.cgi?id=15246

--- Comment #19 from alexanderheistermann@gmail.com ---
PhotoObject does not solve this issue, as it involved predefined functions
toString, toHash, opCmp, and opEquals.
See this link:
https://github.com/andralex/DIPs/blob/ProtoObject/DIPs/DIPxxxx.md

--
July 22, 2018
https://issues.dlang.org/show_bug.cgi?id=15246

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |razvan.nitu1305@gmail.com

--- Comment #20 from Andrei Alexandrescu <andrei@erdani.com> ---
Yah, the DIP should definitely amended to include ~this() on the list of functions to look at. Assigning to Razvan so we don't forget about this.

--
July 24, 2018
https://issues.dlang.org/show_bug.cgi?id=15246

--- Comment #21 from alexanderheistermann@gmail.com ---
I am in the middle process of writing a DIP that address this:
https://github.com/dlang/DIPs/pull/120
Why not drop by and give me some feedback?

--
July 24, 2018
https://issues.dlang.org/show_bug.cgi?id=15246

--- Comment #22 from Andrei Alexandrescu <andrei@erdani.com> ---
(In reply to alexanderheistermann from comment #21)
> I am in the middle process of writing a DIP that address this:
> https://github.com/dlang/DIPs/pull/120
> Why not drop by and give me some feedback?

Having a typo in the title is a hitch on the way to ensuring the DIP is taken seriously, let alone ready for review.

--
July 24, 2018
https://issues.dlang.org/show_bug.cgi?id=15246

--- Comment #23 from alexanderheistermann@gmail.com ---
(In reply to Andrei Alexandrescu from comment #22)
> (In reply to alexanderheistermann from comment #21)
> > I am in the middle process of writing a DIP that address this:
> > https://github.com/dlang/DIPs/pull/120
> > Why not drop by and give me some feedback?
> 
> Having a typo in the title is a hitch on the way to ensuring the DIP is taken seriously, let alone ready for review.

Please leave any comments regarding the DIP on the pull request itself and I will address/fix it as soon I have the time.

--
January 03, 2020
https://issues.dlang.org/show_bug.cgi?id=15246

alexanderheistermann@gmail.com changed:

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

--- Comment #24 from alexanderheistermann@gmail.com ---
This bug is relevant to DIP "Safe by default" 1028.

--
February 15, 2020
https://issues.dlang.org/show_bug.cgi?id=15246

moonlightsentinel@disroot.org changed:

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

--- Comment #25 from moonlightsentinel@disroot.org ---
*** Issue 20582 has been marked as a duplicate of this issue. ***

--
June 09, 2020
https://issues.dlang.org/show_bug.cgi?id=15246

timon.gehr@gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr@gmx.ch

--
June 09, 2020
https://issues.dlang.org/show_bug.cgi?id=15246

--- Comment #26 from timon.gehr@gmx.ch ---
Also see issue 20914.

--