www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Flycheck DMD Coverage and Dscanner Support

reply =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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!
Sep 13 2016
next sibling parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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
Sep 18 2016
prev sibling parent earthfront <earthfront safetymail.info> writes:
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.
Sep 22 2016