JMH

Russel Winder via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 21 03:31:55 PST 2016


On Wed, 2016-01-20 at 21:05 +0000, Robert burner Schadek via
Digitalmars-d wrote:
> Yes, something like that would be nice. But as the website states 
> you need to use maven to build the project that uses that library.

Or Gradle.

(Technically: or Ant, or Gant, but hopefully the number of people using
Ant is tending to zero very rapidly, and the number of Gant users is
already 1.)

> I can only suspect, but I think they use maven to collect all 
> functions that use @Benchmark. And this leads to the problem the 
> unittest library proposal for phobos had.

No that is the job of the Java compiler.

Gradle/Maven is just the dependency manager and build system. Think
Dub.

> The problem was that the user had to create a custom main that 
> listed all modules to check for tests or use a build tool with 
> some globbing commands. Both not perfect.

I'll check this, I thought there was a "run everything" mode avoiding
the need for custom suites.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20160121/2b208b60/attachment.sig>


More information about the Digitalmars-d mailing list