Thread overview
[Issue 14063] Add coverage enforcement for Phobos' posix.mak
Jan 28, 2015
Dicebot
Jan 28, 2015
Dicebot
Apr 10, 2015
Martin Nowak
Dec 17, 2022
Iain Buclaw
January 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14063

Dicebot <public@dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public@dicebot.lv

--- Comment #1 from Dicebot <public@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.

--
January 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14063

--- Comment #2 from Andrei Alexandrescu <andrei@erdani.com> ---
A good start is to add it at its current minimum value, and improve it slowly over time. Could you please effect that?

--
January 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14063

--- Comment #3 from Dicebot <public@dicebot.lv> ---
Quick attempt has resulted in quick ICE : https://issues.dlang.org/show_bug.cgi?id=14071

Kind of blocked until it is fixed.

--
April 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14063

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joseph.wakeling@webdrake.ne
                   |                            |t

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
*** Issue 10430 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14063

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--