If you needed any more evidence that memory safety is the future...
Jerry via Digitalmars-d
digitalmars-d at puremagic.com
Sat Feb 25 10:29:36 PST 2017
On Friday, 24 February 2017 at 14:35:44 UTC, Jack Stouffer wrote:
> Why is it that test CIs catch bugs when people should be
> running tests locally?
CI tests all platforms, not just the one a user is on. It does it
simultaneously as well. In the case of something like DMD, it's a
pain in the ass to setup and run. There's no documentation on how
to do it either. I think LDC's wiki has some information on how
it needs to be setup but it's a bit different as they are
providing information on how to run the tests the way LDC has
them setup. Which is different to how it is done in DMD.
More information about the Digitalmars-d
mailing list