March 09, 2015
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #7 from github-bugzilla@puremagic.com ---
Commit pushed to revert-3761-issue13116 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/084c8f4168c37543ddabd9ba6b666152a600f129
Revert "Issue 13116: should reject returning `this` from a ref class member
function"

--
March 09, 2015
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #8 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/942dffe2da43c22ea64b6dc6ae4423f921c7838c Merge pull request #4463 from MartinNowak/revert3761

Revert "Merge pull request #3761 from quickfur/issue13116"

--
March 10, 2015
https://issues.dlang.org/show_bug.cgi?id=13116

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
           Severity|normal                      |critical

--- Comment #9 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to github-bugzilla from comment #8)
> Commit pushed to master at https://github.com/D-Programming-Language/dmd
> 
> https://github.com/D-Programming-Language/dmd/commit/
> 942dffe2da43c22ea64b6dc6ae4423f921c7838c
> Merge pull request #4463 from MartinNowak/revert3761
> 
> Revert "Merge pull request #3761 from quickfur/issue13116"

By that, the wrong-code bug is re-introduced.

--
March 10, 2015
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #10 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4d7040a5296a3a5e155b1dd37c0fbad480a2061b Merge pull request #4463 from MartinNowak/revert3761

Revert "Merge pull request #3761 from quickfur/issue13116"

--
April 11, 2015
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #11 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4d7040a5296a3a5e155b1dd37c0fbad480a2061b Merge pull request #4463 from MartinNowak/revert3761

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #12 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/942dffe2da43c22ea64b6dc6ae4423f921c7838c Merge pull request #4463 from MartinNowak/revert3761

--
March 28, 2016
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #13 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/5591

--
March 31, 2016
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #14 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/b0f45b08924511891473c7a2cb18dc8446a9ad30 fix Issue 13116 - Should not be able to return ref to 'this'

https://github.com/D-Programming-Language/dmd/commit/2d59f2e43e59b1a3c66745c6d9ac9039ff09eed3 Merge pull request #5591 from 9rnsr/fix13116

Issue 13116 - Should not be able to return ref to 'this'

--
October 01, 2016
https://issues.dlang.org/show_bug.cgi?id=13116

--- Comment #15 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/b0f45b08924511891473c7a2cb18dc8446a9ad30 fix Issue 13116 - Should not be able to return ref to 'this'

https://github.com/dlang/dmd/commit/2d59f2e43e59b1a3c66745c6d9ac9039ff09eed3 Merge pull request #5591 from 9rnsr/fix13116

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

--- Comment #16 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/ad0a23cccb67f7876f8831ef653882e97eaec8e7 fix Issue 13116 - Should not be able to return ref to 'this'

--