www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DCD 0.7.1

reply Brian Schott <briancschott gmail.com> writes:
 From the README: "The D Completion Daemon is an auto-complete 
program for the D programming language." 0.7.1 is a (boring) 
bug-fix release.

https://github.com/Hackerpilot/DCD/releases/tag/v0.7.1
Oct 19 2015
parent reply Brian Schott <briancschott gmail.com> writes:
On Monday, 19 October 2015 at 20:29:41 UTC, Brian Schott wrote:
 From the README: "The D Completion Daemon is an auto-complete 
 program for the D programming language." 0.7.1 is a (boring) 
 bug-fix release.

 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.1
Skip that. Grab 0.7.2 because it's 0.7.1 that builds with LDC. https://github.com/Hackerpilot/DCD/releases/tag/v0.7.2
Oct 19 2015
next sibling parent reply Dicebot <public dicebot.lv> writes:
On Monday, 19 October 2015 at 21:01:06 UTC, Brian Schott wrote:
 On Monday, 19 October 2015 at 20:29:41 UTC, Brian Schott wrote:
 From the README: "The D Completion Daemon is an auto-complete 
 program for the D programming language." 0.7.1 is a (boring) 
 bug-fix release.

 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.1
Skip that. Grab 0.7.2 because it's 0.7.1 that builds with LDC. https://github.com/Hackerpilot/DCD/releases/tag/v0.7.2
Which LDC is it supposed to build with? Trying latest stable (0.15.1) I get: src/server/autocomplete.d(23): Error: module logger is in file 'std/experimental/logger.d' which cannot be read
Oct 20 2015
parent reply Brian Schott <briancschott gmail.com> writes:
On Tuesday, 20 October 2015 at 08:28:19 UTC, Dicebot wrote:
 Which LDC is it supposed to build with? Trying latest stable 
 (0.15.1) I get:
 src/server/autocomplete.d(23): Error: module logger is in file 
 'std/experimental/logger.d' which cannot be read
0.16 beta. I'll add another mention of this to the release notes.
Oct 20 2015
parent Dicebot <public dicebot.lv> writes:
On Tuesday, 20 October 2015 at 22:14:24 UTC, Brian Schott wrote:
 On Tuesday, 20 October 2015 at 08:28:19 UTC, Dicebot wrote:
 Which LDC is it supposed to build with? Trying latest stable 
 (0.15.1) I get:
 src/server/autocomplete.d(23): Error: module logger is in file 
 'std/experimental/logger.d' which cannot be read
0.16 beta. I'll add another mention of this to the release notes.
Now that 0.16.0 has hit stable, DCD package in Arch is updated too.
Oct 24 2015
prev sibling parent John Colvin <john.loughran.colvin gmail.com> writes:
On Monday, 19 October 2015 at 21:01:06 UTC, Brian Schott wrote:
 On Monday, 19 October 2015 at 20:29:41 UTC, Brian Schott wrote:
 From the README: "The D Completion Daemon is an auto-complete 
 program for the D programming language." 0.7.1 is a (boring) 
 bug-fix release.

 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.1
Skip that. Grab 0.7.2 because it's 0.7.1 that builds with LDC. https://github.com/Hackerpilot/DCD/releases/tag/v0.7.2
brew upgrade dcd :)
Oct 20 2015