std.experimental.testing PR review

Daniel Kozák via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 1 23:47:44 PDT 2015


On Tue, 02 Jun 2015 08:31:30 +0200
Jacob Carlborg via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> On 2015-06-01 18:38, Atila Neves wrote:
> > I think I've addressed all comments now, except for Robert's one on
> > whether or not multi-threading should be on by default. Also, after
> > much toiling I've managed to get the docs up here:
> >
> > http://atilaneves.github.io/phobos/phobos/std_experimental_testing.html
> >
> > It really should be a lot easier to generate the docs. Anyway,
> > please give it a look and destroy away.
> 
> I would like to have some more documentation, some more examples how
> to use this.
> 
> I think all UDA's should start with a lowercase character.
> 

I think all UDA's should start with a uppercase character ;-).
(It is much easier to distinguish between UDAs and non-UDAs(@nogc,
@safe, @property ...))


More information about the Digitalmars-d mailing list