www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DCD 0.5.0 beta

reply "Brian Schott" <briancschott gmail.com> writes:
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 regression testing scripts







Jan 30 2015
next sibling parent reply "Jussi Jumppanen" <jussij zeusedit.com> writes:
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
   .......
   [info ] Getting symbols for 
C:/dmd2/src/phobos\std\container\package.d
   [info ] Getting symbols for 
C:/dmd2/src/phobos\std\container\array.d
   [info ] Getting symbols for 
C:/dmd2/src/phobos\std\container\util.d
   [info ] Shutting down sockets...
   [info ] Sockets shut down.
   object.Error (0): Access Violation

If I remove the C:/dmd2/src/phobos\std\container folder the server
starts fine:

   C:\Program Files\Zeus>dcd-server.exe -iC:/dmd2/src/phobos
   [info ] Getting symbols for C:/dmd2/src/phobos\etc\c\curl.d
   .......
   [info ] Getting symbols for C:/dmd2/src/phobos\unittest.d
   [info ] Import directories: ["C:/dmd2/src/phobos"]
   [info ] 22153 symbols cached.
   [info ] Startup completed in 6677.97 milliseconds.

I was using the DMD v2.066.1 release installed using the zip file.
Jan 30 2015
parent "Brian Schott" <briancschott gmail.com> writes:
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.
Jan 30 2015
prev sibling next sibling parent "Brian Schott" <briancschott gmail.com> writes:
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.
Feb 07 2015
prev sibling parent "Baz" <bb.temp gmx.com> writes:
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 at 
 https://github.com/Hackerpilot/textadept-d
 * Added basic regression testing scripts







Thx for the fix related to DDoc comments, this feature can be used correctly now.
Feb 07 2015