[Issue 6186] Struct destructor is not called on out parameter

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6186 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 6186] Struct destructor is not called on out parameter

2014-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6186 --- Comment #7 from Walter Bright bugzi...@digitalmars.com --- I'm beginning to think that there's no good way to make this work. In essence, make it an error to use 'out' for objects with a destructor. Use 'ref' for such objects, which has

[Issue 6186] Struct destructor is not called on out parameter

2014-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6186 --- Comment #8 from hst...@quickfur.ath.cx --- What are the scenarios that would make this hard to fix according to the original proposal? --

[Issue 6186] Struct destructor is not called on out parameter

2013-10-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6186 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 6186] Struct destructor is not called on out parameter

2013-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6186 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 6186] Struct destructor is not called on out parameter

2013-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6186 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 6186] Struct destructor is not called on out parameter

2012-07-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6186 Benjamin Thaut c...@benjamin-thaut.de changed: What|Removed |Added CC|

[Issue 6186] Struct destructor is not called on out parameter

2011-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6186 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 6186] Struct destructor is not called on out parameter

2011-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6186 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2011-06-26 17:29:25 PDT --- See also: https://github.com/D-Programming-Language/dmd/pull/155 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---