Thread overview
[Issue 19163] static/tuple foreach counted incorrectly in coverage analysis
Aug 15, 2018
Seb
Nov 23, 2018
FeepingCreature
Nov 23, 2018
FeepingCreature
August 15, 2018
https://issues.dlang.org/show_bug.cgi?id=19163

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--
November 23, 2018
https://issues.dlang.org/show_bug.cgi?id=19163

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |default_357-line@yahoo.de

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
Just ran into this as well. Quite annoying.

--
November 23, 2018
https://issues.dlang.org/show_bug.cgi?id=19163

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |minor

--
November 25, 2018
https://issues.dlang.org/show_bug.cgi?id=19163

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a92014451e3c244cf77ed4d07f9294eb309d83f6 Fix issue 19163: don't count codeless expressions in coverage analysis

https://github.com/dlang/dmd/commit/1e5d5816ca9f1c8c35f2d339615f8edffa660442 issue 19163: add testcase

https://github.com/dlang/dmd/commit/6307b3aa9f4f5c45baad9f0d7d13ed89b098d285 Merge pull request #8997 from FeepingCreature/fix/issue-19163-decls-counted-in-coverage-analysis

Fix issue 19163: don't count declarations in coverage analysis

--