On Monday, 12 October 2015 at 02:50:37 UTC, Rikki Cattermole
wrote:
c) Implements orthogonal functionality, as per Rikki's
comments,
coupling a testing framework with implementation of coloured
output and
report generation. Pretty output should wait until available
from other
modules in Phobos.
That's not quite what I meant. It doesn't need to wait. As long
as the implementation stays private and is not exposed in
anyway, it is fine.
We can rewrite it to use new functionality of Phobos at a later
point.
We just need to acknowledge that it will need to happen at this
time.
Those functions are `package`, not `public`.
Atila