Thread overview
[Issue 21324] @live not detecting overwrite of Owner without disposing of previous owned value
Oct 18, 2020
Walter Bright
Oct 18, 2020
Dlang Bot
Mar 25, 2022
Dlang Bot
October 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21324

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |live

--
October 18, 2020
https://issues.dlang.org/show_bug.cgi?id=21324

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11881 "fix Issue 21324 - @live not detecting overwrite of Owner without disp…" fixing this issue:

- fix Issue 21324 - @live not detecting overwrite of Owner without disposing of previous owned value

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

--
March 25, 2022
https://issues.dlang.org/show_bug.cgi?id=21324

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 #11881 "fix Issue 21324 - @live not detecting overwrite of Owner without disp…" was merged into master:

- b5b08e75ce890b59570e6059143ffe8634fec2f7 by Walter Bright:
  fix Issue 21324 - @live not detecting overwrite of Owner without disposing of
previous owned value

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

--