[Issue 14063] Add coverage enforcement for Phobos' posix.mak
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jan 28 04:54:29 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14063
Dicebot <public at dicebot.lv> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |public at dicebot.lv
--- Comment #1 from Dicebot <public at dicebot.lv> ---
That is a bit more effort-consuming than it may seem. Current win32.mak has
hard-coded list of per-module required coverages which is not maintainable.
Better approach would be to define Phobos-wide minimal coverage value and apply
it to dflags - but that requires actually adding tests to many modules. Which
is good on its own but will take time.
--
More information about the Digitalmars-d-bugs
mailing list