Thread overview
Flycheck DMD Coverage and Dscanner Support
Sep 13, 2016
Nordlöw
Sep 18, 2016
Nordlöw
Sep 22, 2016
earthfront
September 13, 2016
I've added experimental support in Flycheck for highlighting all lines that have zero coverage at

https://github.com/nordlow/elisp/blob/master/mine/flycheck-d-all.el

Source is an extension of unittest add-ons in https://github.com/flycheck/flycheck-d-unittest.

I've also had Flycheck-support for Dscanner hanging around for some time at

https://github.com/nordlow/elisp/blob/master/mine/flycheck-d-dscanner.el

I haven't figured out how to have these active at once, thought. So pick one or the other but not both at the same time. Something wrong with my settings of the `:next-checkers` property I presume. Ideas?

Feedback is much appreciated. A key-question is how the coverage line count could be visualized aswell.

Destroy!
September 18, 2016
On Tuesday, 13 September 2016 at 18:55:31 UTC, Nordlöw wrote:
> I haven't figured out how to have these active at once, thought. So pick one or the other but not both at the same time. Something wrong with my settings of the `:next-checkers` property I presume. Ideas?

Problem with multiple-checkers after dmd is solved. Se comment at

https://github.com/flycheck/flycheck/issues/1074
September 22, 2016
On Tuesday, 13 September 2016 at 18:55:31 UTC, Nordlöw wrote:
> Feedback is much appreciated. A key-question is how the coverage line count could be visualized aswell.

Dude this shit is sick!
I just set both up and my code is lit up! (with errors..:-)

Good job.