[Issue 14464] coverage merge doesn't work
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jun 17 14:02:48 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14464
--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/7a8e9dc85be981710e16c99d528f2e5cbae2883d
fix Issue 14464 - coverage merge doesn't work
- fix parsing of existing .lst file
- use append semantics (create or merge with existing .lst file)
- enable merge by default
- some code cleanup (reuse buffers, log10, foreach, min/max)
https://github.com/D-Programming-Language/druntime/commit/789f02ec42ff9eb8007f282a45126e6252b64453
Merge pull request #1225 from MartinNowak/fix14464
--
More information about the Digitalmars-d-bugs
mailing list