www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DCD v0.7.0-rc1

reply "Brian Schott" <briancschott gmail.com> writes:
https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc1

If nothing else comes up I'll tag 0.7.0 Monday.

DCD is an editor-independent auto-completion program for D code. 
Read more here: https://github.com/Hackerpilot/DCD
Aug 21 2015
next sibling parent reply "BBasile" <bb.temp gmx.com> writes:
On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote:
 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc1

 If nothing else comes up I'll tag 0.7.0 Monday.

 DCD is an editor-independent auto-completion program for D 
 code. Read more here: https://github.com/Hackerpilot/DCD
Tuesday...what's going on, everything is fine ?
Aug 25 2015
parent reply "Brian Schott" <briancschott gmail.com> writes:
On Tuesday, 25 August 2015 at 08:46:18 UTC, BBasile wrote:
 On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote:
 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc1

 If nothing else comes up I'll tag 0.7.0 Monday.

 DCD is an editor-independent auto-completion program for D 
 code. Read more here: https://github.com/Hackerpilot/DCD
Tuesday...what's going on, everything is fine ?
I'm still tracking down some problems. http://forum.dlang.org/post/fgzvowtioiudjvvhagol forum.dlang.org
Aug 25 2015
parent reply "BBasile" <bb.temp gmx.com> writes:
On Tuesday, 25 August 2015 at 08:57:12 UTC, Brian Schott wrote:
 On Tuesday, 25 August 2015 at 08:46:18 UTC, BBasile wrote:
 On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote:
 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc1

 If nothing else comes up I'll tag 0.7.0 Monday.

 DCD is an editor-independent auto-completion program for D 
 code. Read more here: https://github.com/Hackerpilot/DCD
Tuesday...what's going on, everything is fine ?
I'm still tracking down some problems. http://forum.dlang.org/post/fgzvowtioiudjvvhagol forum.dlang.org
I've seen some activity on your allocator fork and on the DCD submodules yesterday, is it ok to release the DCD binaries based on the current state ? Is the problem fixed ? Or would you recommend more to distribute latest stable 0.6 (for example just after A.Neves fixed a regression) ?
Aug 27 2015
next sibling parent reply "Brian Schott" <briancschott gmail.com> writes:
On Thursday, 27 August 2015 at 10:13:38 UTC, BBasile wrote:
 I've seen some activity on your allocator fork and on the DCD 
 submodules yesterday, is it ok to release the DCD binaries 
 based on the current state ? Is the problem fixed ?
 Or would you recommend more to distribute latest stable 0.6 
 (for example just after A.Neves fixed a regression) ?
No. I'll tag 0.7.0 when it's ready. There are still a few bugs. (Just for fun, run a build from master in Valgrind)
Aug 27 2015
next sibling parent "BBasile" <bb.temp gmx.com> writes:
On Thursday, 27 August 2015 at 22:18:25 UTC, Brian Schott wrote:
 On Thursday, 27 August 2015 at 10:13:38 UTC, BBasile wrote:
 I've seen some activity on your allocator fork and on the DCD 
 submodules yesterday, is it ok to release the DCD binaries 
 based on the current state ? Is the problem fixed ?
 Or would you recommend more to distribute latest stable 0.6 
 (for example just after A.Neves fixed a regression) ?
No. I'll tag 0.7.0 when it's ready. There are still a few bugs. (Just for fun, run a build from master in Valgrind)
By the way you should also take the upstream version of 'mallocator.d'. I dont know if you' ve get why i've pinged you last week but currently DCD cannot be build in debug mode on Windows 32 bit...look at the notifications and you'll understand why. Believe or not but some low-level C functions were not existing and that's why something like one year ago you get a bug report...it looks like a switch was added to link microsoft C library (-betterC) even on win32 but so far if you compile DCD with -debug -g|-gc then BANG error...
Aug 27 2015
prev sibling parent reply "Brian Schott" <briancschott gmail.com> writes:
On Thursday, 27 August 2015 at 22:18:25 UTC, Brian Schott wrote:
 On Thursday, 27 August 2015 at 10:13:38 UTC, BBasile wrote:
 I've seen some activity on your allocator fork and on the DCD 
 submodules yesterday, is it ok to release the DCD binaries 
 based on the current state ? Is the problem fixed ?
 Or would you recommend more to distribute latest stable 0.6 
 (for example just after A.Neves fixed a regression) ?
No. I'll tag 0.7.0 when it's ready. There are still a few bugs. (Just for fun, run a build from master in Valgrind)
I think I've nailed down all the bugs in the allocators and the memory leaks in my own code. I just need to fix https://github.com/Hackerpilot/DCD/issues/251 and 0.7.0 will be done.
Aug 29 2015
next sibling parent "suliman" <Evermind live.ru> writes:
On Saturday, 29 August 2015 at 10:38:39 UTC, Brian Schott wrote:
 On Thursday, 27 August 2015 at 22:18:25 UTC, Brian Schott wrote:
 On Thursday, 27 August 2015 at 10:13:38 UTC, BBasile wrote:
 I've seen some activity on your allocator fork and on the DCD 
 submodules yesterday, is it ok to release the DCD binaries 
 based on the current state ? Is the problem fixed ?
 Or would you recommend more to distribute latest stable 0.6 
 (for example just after A.Neves fixed a regression) ?
No. I'll tag 0.7.0 when it's ready. There are still a few bugs. (Just for fun, run a build from master in Valgrind)
I think I've nailed down all the bugs in the allocators and the memory leaks in my own code. I just need to fix https://github.com/Hackerpilot/DCD/issues/251 and 0.7.0 will be done.
When do you plain to implement UFCS?
Aug 29 2015
prev sibling parent "Brian Schott" <briancschott gmail.com> writes:
On Saturday, 29 August 2015 at 10:38:39 UTC, Brian Schott wrote:
 I think I've nailed down all the bugs in the allocators and the 
 memory leaks in my own code. I just need to fix 
 https://github.com/Hackerpilot/DCD/issues/251 and 0.7.0 will be 
 done.
One more RC: https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc2
Aug 29 2015
prev sibling parent "BBasile" <bb.temp gmx.com> writes:
On Thursday, 27 August 2015 at 10:13:38 UTC, BBasile wrote:
 On Tuesday, 25 August 2015 at 08:57:12 UTC, Brian Schott wrote:
 On Tuesday, 25 August 2015 at 08:46:18 UTC, BBasile wrote:
 On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote:
 [...]
Tuesday...what's going on, everything is fine ?
I'm still tracking down some problems. http://forum.dlang.org/post/fgzvowtioiudjvvhagol forum.dlang.org
I've seen some activity on your allocator fork and on the DCD submodules yesterday, is it ok to release the DCD binaries based on the current state ? Is the problem fixed ? Or would you recommend more to distribute latest stable 0.6 (for example just after A.Neves fixed a regression) ?
Never mind...I'll release in a few hours...
Aug 27 2015
prev sibling parent "John Colvin" <john.loughran.colvin gmail.com> writes:
On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote:
 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc1

 If nothing else comes up I'll tag 0.7.0 Monday.

 DCD is an editor-independent auto-completion program for D 
 code. Read more here: https://github.com/Hackerpilot/DCD
brew reinstall dcd --devel
Aug 25 2015