digitalmars.D.announce - DCD v0.7.0-rc1
- Brian Schott (4/4) Aug 21 2015 https://github.com/Hackerpilot/DCD/releases/tag/v0.7.0-rc1
- BBasile (2/6) Aug 25 2015 Tuesday...what's going on, everything is fine ?
- Brian Schott (3/11) Aug 25 2015 I'm still tracking down some problems.
- BBasile (6/18) Aug 27 2015 I've seen some activity on your allocator fork and on the DCD
- Brian Schott (3/8) Aug 27 2015 No. I'll tag 0.7.0 when it's ready. There are still a few bugs.
- BBasile (10/18) Aug 27 2015 By the way you should also take the upstream version of
- Brian Schott (5/13) Aug 29 2015 I think I've nailed down all the bugs in the allocators and the
- suliman (2/16) Aug 29 2015 When do you plain to implement UFCS?
- Brian Schott (3/7) Aug 29 2015 One more RC:
- BBasile (2/17) Aug 27 2015 Never mind...I'll release in a few hours...
- John Colvin (2/6) Aug 25 2015 brew reinstall dcd --devel
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
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/DCDTuesday...what's going on, everything is fine ?
Aug 25 2015
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:I'm still tracking down some problems. http://forum.dlang.org/post/fgzvowtioiudjvvhagol forum.dlang.orghttps://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/DCDTuesday...what's going on, everything is fine ?
Aug 25 2015
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: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) ?On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote:I'm still tracking down some problems. http://forum.dlang.org/post/fgzvowtioiudjvvhagol forum.dlang.orghttps://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/DCDTuesday...what's going on, everything is fine ?
Aug 27 2015
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
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: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...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
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 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.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 29 2015
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:When do you plain to implement UFCS?On Thursday, 27 August 2015 at 10:13:38 UTC, BBasile 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.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 29 2015
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
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:Never mind...I'll release in a few hours...On Tuesday, 25 August 2015 at 08:46:18 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) ?On Friday, 21 August 2015 at 10:15:09 UTC, Brian Schott wrote:I'm still tracking down some problems. http://forum.dlang.org/post/fgzvowtioiudjvvhagol forum.dlang.org[...]Tuesday...what's going on, everything is fine ?
Aug 27 2015
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/DCDbrew reinstall dcd --devel
Aug 25 2015