[Issue 14855] -cov should ignore assert(0)

2021-10-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com Resolution|WORKSFORME

[Issue 14855] -cov should ignore assert(0)

2021-10-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 Luís Ferreira changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14855] -cov should ignore assert(0)

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 --- Comment #7 from hst...@quickfur.ath.cx --- To me it doesn't make sense that `assert(0);` should be counted towards coverage. I mean, `assert(0);` is basically the programmer telling the compiler "this is not supposed to happen" and "this is

[Issue 14855] -cov should ignore assert(0)

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 14855] -cov should ignore assert(0)

2016-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org

[Issue 14855] -cov should ignore assert(0)

2016-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 --- Comment #5 from Jonathan M Davis --- > Maybe we can add a compiler flag or API in Druntime to change the behavior > based on a user's opinion? Much as I would love to see assert(0) not counted towards the

[Issue 14855] -cov should ignore assert(0)

2016-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 greensunn...@gmail.com changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment

[Issue 14855] -cov should ignore assert(0)

2016-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 --- Comment #3 from Jonathan M Davis --- (In reply to Walter Bright from comment #2) > Being concerned about assert(0)'s not being executed is placing too > much emphasis on the metric. Perhaps, but if you're trying to

[Issue 14855] -cov should ignore assert(0)

2016-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 Walter Bright changed: What|Removed |Added CC|

[Issue 14855] -cov should ignore assert(0)

2015-11-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14855 Jonathan M Davis changed: What|Removed |Added CC|