[Issue 14464] coverage merge doesn't work

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon May 25 16:30:58 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14464

--- Comment #1 from github-bugzilla at puremagic.com ---
Commits pushed to master 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

fix Issue 14464 - coverage merge doesn't work

--


More information about the Digitalmars-d-bugs mailing list