[Issue 14082] RedBlackTree unittest fails with custom predicate less
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jan 30 06:17:27 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14082
Steven Schveighoffer <schveiguy at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |schveiguy at yahoo.com
Assignee|nobody at puremagic.com |schveiguy at yahoo.com
--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> ---
The real answer is that phobos unit tests should not run when you run your
private unit tests. That is really a language change that needs to happen.
The band-aid answer is that the unit tests should ONLY run if we know exactly
the instantiating parameters are. When I wrote those, I didn't consider that I
should worry about the less parameter.
--
More information about the Digitalmars-d-bugs
mailing list