[Issue 16699] [REG 2.070] stack corruption with scope(exit)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Nov 23 01:57:36 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #20 from anonymous4 <dfj1esp02 at sneakemail.com> ---
(In reply to hsteoh from comment #18)
> @Steven: I see your point about preventing redundant fixes. But it's still
> confusing that a bug has been resolved as fixed, yet the bug persists in
> master. :-)
dlang uses simple bugfix lifetime: it's resolved (not closed) as soon as the
fix is commited. Usually the bug is closed when QA confirms the fix in a
released product, but since we have no QA, bugs are never closed. Also in order
to know, where to verify a fix, the numeric product version should be
specified, not a branch. If you want to test new features, use the master
branch, if you want stable version, use stable branch.
--
More information about the Digitalmars-d-bugs
mailing list