Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
October 19, 2015 DCD 0.7.1 | ||||
---|---|---|---|---|
| ||||
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 |
October 19, 2015 Re: DCD 0.7.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brian Schott | 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 |
October 20, 2015 Re: DCD 0.7.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brian Schott | 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
|
October 20, 2015 Re: DCD 0.7.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brian Schott | 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
:)
|
October 20, 2015 Re: DCD 0.7.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dicebot | 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.
|
October 24, 2015 Re: DCD 0.7.1 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brian Schott | 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.
|
Copyright © 1999-2021 by the D Language Foundation