Thread overview
flycheck-dmd-dub v0.12 - Emacs on-the-fly syntax checking for D
Feb 08, 2018
Atila Neves
Feb 12, 2018
Sebastiaan Koppe
Feb 13, 2018
Nordlöw
February 08, 2018
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


February 12, 2018
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!
February 13, 2018
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!