Thread overview
[Issue 21923] @live does not take destructor code into account.
[Issue 21923] `@live` does not take destructor code into account.
May 15, 2021
lempiji@gmail.com
Jul 25, 2021
Jan Jurzitza
Dec 17, 2022
Iain Buclaw
Apr 12
Dlang Bot
Apr 15
Dlang Bot
May 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21923

lempiji@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|@live is not detect         |`@live` does not take
                   |destructor                  |destructor code into
                   |                            |account.

--
July 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21923

Jan Jurzitza <d.bugs@webfreak.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d.bugs@webfreak.org

--- Comment #1 from Jan Jurzitza <d.bugs@webfreak.org> ---
additionally there is a segfault (ICE) if you declare your variable using

```
scope t = Handle(10);
```

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21923

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
April 12
https://issues.dlang.org/show_bug.cgi?id=21923

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|`@live` does not take       |@live does not take
                   |destructor code into        |destructor code into
                   |account.                    |account.

--
April 12
https://issues.dlang.org/show_bug.cgi?id=21923

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #16371 "fix bugzilla Issue 21923 - @live does not take destructor code into a…" fixing this issue:

- fix bugzilla Issue 21923 - @live does not take destructor code into account

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

--
April 15
https://issues.dlang.org/show_bug.cgi?id=21923

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16371 "fix bugzilla Issue 21923 - @live does not take destructor code into a…" was merged into master:

- 2774d0e9cf3f86a8b3604862b970b2a8c0f88e10 by Walter Bright:
  fix bugzilla Issue 21923 - @live does not take destructor code into account

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

--