DCD 0.5.0

2015-02-11 Thread Brian Schott via Digitalmars-d-announce
Version 0.5.0 of DCD has been tagged on Github. https://github.com/Hackerpilot/DCD/releases/tag/v0.5.0 DCD is a client/server program used to provide D code autocompletion for various text editors and IDEs.

DCD 0.5.0 beta

2015-01-30 Thread Brian Schott via Digitalmars-d-announce
https://github.com/Hackerpilot/DCD/tree/v0.5.0-beta3 Changes from 0.4.0: * Include current git commit hash in --version output * Update libdparse and msgpack dependencies * Fix several crashes * Remove Textadept module. It is now at https://github.com/Hackerpilot/textadept-d * Added basic regre

Re: DCD 0.5.0

2015-02-12 Thread Russel Winder via Digitalmars-d-announce
On Thu, 2015-02-12 at 00:22 +, Brian Schott via Digitalmars-d-announce wrote: > Version 0.5.0 of DCD has been tagged on Github. > > https://github.com/Hackerpilot/DCD/releases/tag/v0.5.0 > > DCD is a client/server program used to provide D code > autocompletion for various text editors and I

Re: DCD 0.5.0

2015-02-12 Thread Brian Schott via Digitalmars-d-announce
On Thursday, 12 February 2015 at 10:00:39 UTC, Russel Winder wrote: Is it still OK to build from master/HEAD or would you prefer people to stay with the tagged version release? I create the tags mostly for people who want to use a "stable" version. If this doesn't matter to you, then feel free

Re: DCD 0.5.0

2015-02-17 Thread Vadim Lopatin via Digitalmars-d-announce
On Thursday, 12 February 2015 at 18:08:45 UTC, Brian Schott wrote: On Thursday, 12 February 2015 at 10:00:39 UTC, Russel Winder wrote: Is it still OK to build from master/HEAD or would you prefer people to stay with the tagged version release? I create the tags mostly for people who want to u

Re: DCD 0.5.0 beta

2015-01-30 Thread Jussi Jumppanen via Digitalmars-d-announce
I'm not sure if this is a DCD bug or an issue with the DMD installer? The DCD beta code compiled without issue. But when I started the server I got this error: C:\Program Files\Zeus>dcd-server.exe -iC:/dmd2/src/phobos [info ] Getting symbols for C:/dmd2/src/phobos\etc\c\curl.d ...

Re: DCD 0.5.0 beta

2015-01-30 Thread Brian Schott via Digitalmars-d-announce
I guess I asked for this by leaving out the link to the issue tracker. https://github.com/Hackerpilot/DCD/issues Can you please file the issue there? I'm not able to reproduce this on Windows 7 64-bit.

Re: DCD 0.5.0 beta

2015-02-07 Thread Brian Schott via Digitalmars-d-announce
On Saturday, 31 January 2015 at 02:50:27 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.5.0-beta3 Beta 5 is tagged: https://github.com/Hackerpilot/DCD/releases/tag/v0.5.0-beta5 If I stop finding regressions I'll tag v0.5.0 on Wednesday.

Re: DCD 0.5.0 beta

2015-02-07 Thread Baz via Digitalmars-d-announce
On Saturday, 31 January 2015 at 02:50:27 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.5.0-beta3 Changes from 0.4.0: * Include current git commit hash in --version output * Update libdparse and msgpack dependencies * Fix several crashes * Remove Textadept module. It is now