Re: Testing in the D Standard Library

2017-01-26 Thread Sebastien Alaiwan via Digitalmars-d-announce
On Monday, 23 January 2017 at 01:52:29 UTC, Chris Wright wrote: On Sun, 22 Jan 2017 20:18:11 +, Mark wrote: Have you considered adding randomized tests to Phobos? Randomized testing is an interesting strategy to use alongside deterministic testing. It produces more coverage over time.

Re: Testing in the D Standard Library

2017-01-22 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-01-21 03:59, Jack Stouffer wrote: But 2.073 isn't released yet. It's now ;) -- /Jacob Carlborg

Re: Testing in the D Standard Library

2017-01-22 Thread Chris Wright via Digitalmars-d-announce
On Sun, 22 Jan 2017 20:18:11 +, Mark wrote: > Have you considered adding randomized tests to Phobos? Randomized testing is an interesting strategy to use alongside deterministic testing. It produces more coverage over time. However, any given test run only has a fraction of the coverage

Re: Testing in the D Standard Library

2017-01-22 Thread Mark via Digitalmars-d-announce
On Friday, 20 January 2017 at 13:35:40 UTC, Mike Parker wrote: Jack Stouffer details how unit testing, code review, and code coverage are handled in the development and maintenance of Phobos. Thanks, Jack! Blog: https://dlang.org/blog/2017/01/20/testing-in-the-d-standard-library/ Reddit

Re: Testing in the D Standard Library

2017-01-21 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-01-21 03:59, Jack Stouffer wrote: But 2.073 isn't released yet. It's in release candidate. The current output is pretty embarrassing. -- /Jacob Carlborg

Re: Testing in the D Standard Library

2017-01-20 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 20 January 2017 at 16:50:22 UTC, Jacob Carlborg wrote: Could you please create a new image out of the DMD Ddoc output using 2.073.0 instead. It has a completely new default Ddoc theme. But 2.073 isn't released yet.

Re: Testing in the D Standard Library

2017-01-20 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-01-20 14:35, Mike Parker wrote: Jack Stouffer details how unit testing, code review, and code coverage are handled in the development and maintenance of Phobos. Thanks, Jack! Blog: https://dlang.org/blog/2017/01/20/testing-in-the-d-standard-library/ Could you please create a new image

Re: Testing in the D Standard Library

2017-01-20 Thread qznc via Digitalmars-d-announce
On Friday, 20 January 2017 at 13:35:40 UTC, Mike Parker wrote: Jack Stouffer details how unit testing, code review, and code coverage are handled in the development and maintenance of Phobos. Thanks, Jack! Blog: https://dlang.org/blog/2017/01/20/testing-in-the-d-standard-library/ Reddit

Re: Testing in the D Standard Library

2017-01-20 Thread Mike Parker via Digitalmars-d-announce
On Friday, 20 January 2017 at 13:39:10 UTC, Jack Stouffer wrote: Thanks for posting this! Also, there is a typo in the list after the first paragraph. There should be an item which says "A style checker". Sorry about that. A victim of my formatting. Fixed.

Re: Testing in the D Standard Library

2017-01-20 Thread Jack Stouffer via Digitalmars-d-announce
On Friday, 20 January 2017 at 13:35:40 UTC, Mike Parker wrote: Jack Stouffer details how unit testing, code review, and code coverage are handled in the development and maintenance of Phobos. Thanks, Jack! Blog: https://dlang.org/blog/2017/01/20/testing-in-the-d-standard-library/ Reddit

Testing in the D Standard Library

2017-01-20 Thread Mike Parker via Digitalmars-d-announce
Jack Stouffer details how unit testing, code review, and code coverage are handled in the development and maintenance of Phobos. Thanks, Jack! Blog: https://dlang.org/blog/2017/01/20/testing-in-the-d-standard-library/ Reddit: https://www.reddit.com/r/programming/comments/5p3vlq