www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - flycheck-dmd-dub v0.12 - Emacs on-the-fly syntax checking for D

reply Atila Neves <atila.neves gmail.com> writes:
https://melpa.org/#/flycheck-dmd-dub

flycheck already works with D, but the problem is setting the 
right compiler flags for your project in order to able to compile 
properly. flycheck-dmd-dub does this automatically for dub 
projects.

This new release fixes bugs and speeds up opening files by using 
`--nodeps --skip-registry=all` if the dependent packages have 
already been downloaded.

Atila
Feb 08 2018
next sibling parent Sebastiaan Koppe <mail skoppe.eu> writes:
On Thursday, 8 February 2018 at 17:05:32 UTC, Atila Neves wrote:
 https://melpa.org/#/flycheck-dmd-dub

 flycheck already works with D, but the problem is setting the 
 right compiler flags for your project in order to able to 
 compile properly. flycheck-dmd-dub does this automatically for 
 dub projects.

 This new release fixes bugs and speeds up opening files by 
 using `--nodeps --skip-registry=all` if the dependent packages 
 have already been downloaded.

 Atila
Really nice. Big thanks!
Feb 12 2018
prev sibling parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Thursday, 8 February 2018 at 17:05:32 UTC, Atila Neves wrote:
 This new release fixes bugs and speeds up opening files by 
 using `--nodeps --skip-registry=all` if the dependent packages 
 have already been downloaded.
Thanks!
Feb 13 2018