DCD 0.9.0 released

via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jul 3 01:30:52 PDT 2017


I'm glad to announce that the dlang-community has released DCD 
0.9.0[1]

DCD [2] is a completion daemon for D used by several editors to 
have IDE-grade features.

This version is the first released by the community since it was 
previously mostly a personal project leaded by Hackerpilot.

This version fixes many cases of crashes, making the service much 
more stable.
It also handles more cases of type deduction for `auto` and 
brings a new feature that allows to retrieve the all the 
references to a symbol within a single module.
Finally continuous integration has been enhanced so that every 
platform and each way of building is tested (DUB, make or the bat 
file), preventing, like in the past, the DUB json to be broken.

[1]: https://github.com/dlang-community/DCD/releases/tag/v0.9.0
[2]: https://github.com/dlang-community/DCD




More information about the Digitalmars-d-announce mailing list