What are the worst parts of D?
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Fri Sep 26 08:57:36 PDT 2014
On 2014-09-26 08:51, Atila Neves wrote:
> Because I don't use unittest blocks, I use my own library. The one thing
> it can't use the compiler for is discover what files are in a directory,
> so I need to generate the main function that calls into unit-threaded
> with a list of compile-time strings. What I need/want is that every time
> I add a new source file to the project, it gets auto-generated
> automatically and is a dependency of the unittest build in dub.
Yeah, this sucks. That's way this is needed:
https://github.com/D-Programming-Language/dmd/pull/2271
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list