[Issue 12246] RedBlackTree exhibits quadratic performance with -unittest command line option

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 27 08:50:20 PDT 2015


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
As an update here, I don't disagree there is a problem. But I disagree with the
solution. Disabling the checks during unit tests means disabling them during
Phobos unit tests.

I don't think we should do this. I'd rather fix the problem of running unit
tests for templates by default.

I'll leave the bug open, because it's still a bug.

--


More information about the Digitalmars-d-bugs mailing list