Thread overview
DCD 0.7.3
Oct 30, 2015
Brian Schott
Oct 30, 2015
rsw0x
Oct 31, 2015
Dylan Allbee
October 30, 2015
From the README: "The D Completion Daemon is an auto-complete program for the D programming language." 0.7.3 is another bug-fix release.

https://github.com/Hackerpilot/DCD/releases/tag/v0.7.3

Changes from 0.7.2:
* #264 Updated manual pages
* #263 Completing renamed imports is broken
* #262 Properties missing for named enums
* #238 Support specifying log level when starting the server


October 30, 2015
On Friday, 30 October 2015 at 19:13:10 UTC, Brian Schott wrote:
> From the README: "The D Completion Daemon is an auto-complete program for the D programming language." 0.7.3 is another bug-fix release.
>
> https://github.com/Hackerpilot/DCD/releases/tag/v0.7.3
>
> Changes from 0.7.2:
> * #264 Updated manual pages
> * #263 Completing renamed imports is broken
> * #262 Properties missing for named enums
> * #238 Support specifying log level when starting the server

Thanks.
DCD and your other tools are great additions to the D ecosystem.
October 31, 2015
On Friday, 30 October 2015 at 20:12:55 UTC, rsw0x wrote:
> On Friday, 30 October 2015 at 19:13:10 UTC, Brian Schott wrote:
>> From the README: "The D Completion Daemon is an auto-complete program for the D programming language." 0.7.3 is another bug-fix release.
>>
>> https://github.com/Hackerpilot/DCD/releases/tag/v0.7.3
>>
>> Changes from 0.7.2:
>> * #264 Updated manual pages
>> * #263 Completing renamed imports is broken
>> * #262 Properties missing for named enums
>> * #238 Support specifying log level when starting the server
>
> Thanks.
> DCD and your other tools are great additions to the D ecosystem.

Agreed, I'm a religious user of DCD. Keep up the great work and thank you.