https://issues.dlang.org/show_bug.cgi?id=16699

--- Comment #20 from anonymous4 <dfj1es...@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.

--

Reply via email to