Do everything in Java…
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Fri Dec 5 05:30:36 PST 2014
On Friday, 5 December 2014 at 12:42:16 UTC, Chris wrote:
> I read some comments in D code on github saying "extend unit
> test to include XYZ". So it's already been tested, it works and
> it will never be added, just like the
We require adding test cases to match Phobos changes not because
it is necessary to ensure obvious. It is there for regression
control so that new behavior won't be broken 2 years later by
some random change in compiler / other part of Phobos.
More information about the Digitalmars-d
mailing list