Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-29 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 17 February 2016 at 09:16:02 UTC, Sebastiaan Koppe wrote: On Wednesday, 17 February 2016 at 09:05:34 UTC, Atila Neves wrote: [...] You're on a holiday, I appreciate anything you write :) [...] You don't need a testrunner generator anymore:

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-18 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 17 February 2016 at 09:16:02 UTC, Sebastiaan Koppe wrote: On Wednesday, 17 February 2016 at 09:05:34 UTC, Atila Neves wrote: I'm on a tablet on holiday so sorry in advance for the short answer. You're on a holiday, I appreciate anything you write :) Your versioned import is the

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-17 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Wednesday, 17 February 2016 at 09:05:34 UTC, Atila Neves wrote: I'm on a tablet on holiday so sorry in advance for the short answer. You're on a holiday, I appreciate anything you write :) Your versioned import is the reason why I made it so a plain string UDA is just as good as @Name.

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-17 Thread Atila Neves via Digitalmars-d-announce
On Tuesday, 16 February 2016 at 22:13:15 UTC, Sebastiaan Koppe wrote: On Monday, 8 February 2016 at 13:23:40 UTC, Atila Neves wrote: What's new: [...] Enjoy! Atila I just started using unit-threaded and I like it so far, specially the parallel runner. Just had some speed-bumps that might

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-16 Thread Sebastiaan Koppe via Digitalmars-d-announce
Oh, kuddos for the nice library.

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-16 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Monday, 8 February 2016 at 13:23:40 UTC, Atila Neves wrote: What's new: [...] Enjoy! Atila I just started using unit-threaded and I like it so far, specially the parallel runner. Just had some speed-bumps that might be worth noting. Before going into details I want to mention that I

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-13 Thread Daniel Murphy via Digitalmars-d-announce
On 9/02/2016 12:23 AM, Atila Neves wrote: What's new: Built-in unittest blocks can now have a name with just a string UDA: @("test that does stuff") unittest {... } I feel obliged to point out that this is going to be a

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-09 Thread earthfront via Digitalmars-d-announce
On Monday, 8 February 2016 at 13:23:40 UTC, Atila Neves wrote: What's new: Enjoy! Atila Thanks! What is the relevant link?

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-09 Thread earthfront via Digitalmars-d-announce
On Tuesday, 9 February 2016 at 17:07:15 UTC, earthfront wrote: On Monday, 8 February 2016 at 13:23:40 UTC, Atila Neves wrote: What's new: Enjoy! Atila Thanks! What is the relevant link? First link on DuckGo: https://github.com/atilaneves/unit-threaded

unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-08 Thread Atila Neves via Digitalmars-d-announce
What's new: Built-in unittest blocks can now have a name with just a string UDA: @("test that does stuff") unittest {... } Why is this important? If you just want to run unit tests in threads and have them named, you don't