digitalmars.D.announce - DCD 0.5.0 beta
- Brian Schott (15/15) Jan 30 2015 https://github.com/Hackerpilot/DCD/tree/v0.5.0-beta3
- Jussi Jumppanen (26/26) Jan 30 2015 I'm not sure if this is a DCD bug or an issue with the DMD
- Brian Schott (5/5) Jan 30 2015 I guess I asked for this by leaving out the link to the issue
- Brian Schott (4/5) Feb 07 2015 Beta 5 is tagged:
- Baz (3/18) Feb 07 2015 Thx for the fix related to DDoc comments, this feature can be
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
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
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
On Saturday, 31 January 2015 at 02:50:27 UTC, Brian Schott wrote:https://github.com/Hackerpilot/DCD/tree/v0.5.0-beta3Beta 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
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 scriptsThx for the fix related to DDoc comments, this feature can be used correctly now.
Feb 07 2015