Jump to page: 1 2
Thread overview
DCD v0.7.0-rc1
Aug 21, 2015
Brian Schott
Aug 25, 2015
BBasile
Aug 25, 2015
Brian Schott
Aug 27, 2015
BBasile
Aug 27, 2015
Brian Schott
Aug 28, 2015
BBasile
Aug 29, 2015
Brian Schott
Aug 29, 2015
suliman
Aug 30, 2015
Brian Schott
Aug 27, 2015
BBasile
Aug 25, 2015
John Colvin
August 21, 2015
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
August 25, 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/DCD

Tuesday...what's going on, everything is fine ?
August 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:
>> 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
August 25, 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/DCD

brew reinstall dcd --devel
August 27, 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:
>> 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) ?


August 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)

August 27, 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:
>> 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...
August 28, 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'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...
August 29, 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'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.
August 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:
>> 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?
« First   ‹ Prev
1 2