Anyone has time for a unittesting issue?

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Sat Oct 1 19:27:57 PDT 2016


On Saturday, October 01, 2016 19:51:05 Dicebot via Digitalmars-d wrote:
> I wonder if Phobos provides any
> cross-platform way to do so - I remember some PR on topic but in
> current documentation there seems to be nothing useful mentioned,

We had it, and it got yanked, because there was screaming just because it
increased the "hello world" binary by about 500KB because of stuff getting
pulled in that really shouldn't be pulled in just to use writeln. There's a
bug report for putting it back

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

but the compiler issues that resulted in way more getting pulled in with
writeln than should have been have to be fixed first.

- Jonathan M Davis



More information about the Digitalmars-d mailing list