Jump to page: 1 28  
Page
Thread overview
Mid-term vision review
Apr 02, 2015
deadalnix
Apr 02, 2015
Brian Schott
Apr 02, 2015
weaselcat
Apr 02, 2015
weaselcat
Apr 03, 2015
weaselcat
Apr 03, 2015
Martin Nowak
Apr 03, 2015
Guillaume Chatelet
Apr 03, 2015
Andrea Fontana
Apr 03, 2015
David Nadlinger
Apr 03, 2015
w0rp
Apr 03, 2015
weaselcat
Apr 03, 2015
deadalnix
Apr 03, 2015
weaselcat
Apr 03, 2015
Iain Buclaw
Apr 04, 2015
Jacob Carlborg
Apr 03, 2015
deadalnix
Apr 03, 2015
weaselcat
Apr 04, 2015
deadalnix
Apr 04, 2015
weaselcat
Apr 04, 2015
weaselcat
Apr 04, 2015
H. S. Teoh
Apr 05, 2015
weaselcat
Apr 05, 2015
Daniel Murphy
Apr 05, 2015
David Nadlinger
Apr 05, 2015
Iain Buclaw
Apr 04, 2015
Mike
Apr 04, 2015
Daniel Murphy
Apr 04, 2015
Walter Bright
Apr 04, 2015
H. S. Teoh
Apr 04, 2015
Walter Bright
Apr 05, 2015
H. S. Teoh
Apr 05, 2015
deadalnix
Apr 04, 2015
weaselcat
Apr 04, 2015
Walter Bright
Apr 17, 2015
Bruno Medeiros
Apr 05, 2015
Iain Buclaw
Apr 03, 2015
Iain Buclaw
Apr 07, 2015
Andrea Fontana
Apr 03, 2015
Joakim
Apr 03, 2015
Wyatt
Apr 03, 2015
Dennis Ritchie
Apr 03, 2015
Joakim
Apr 03, 2015
Dennis Ritchie
Apr 03, 2015
deadalnix
Apr 03, 2015
Kai Nacke
Apr 03, 2015
Iain Buclaw
Apr 03, 2015
Elie Morisse
Apr 04, 2015
David Nadlinger
Apr 04, 2015
Walter Bright
Apr 06, 2015
Dennis Ritchie
Apr 06, 2015
Martin Nowak
Apr 06, 2015
deadalnix
Apr 07, 2015
Dicebot
Apr 07, 2015
deadalnix
Apr 07, 2015
Pierre Krafft
Apr 07, 2015
deadalnix
Apr 06, 2015
Dennis Ritchie
Apr 03, 2015
w0rp
Apr 05, 2015
Benjamin Thaut
Apr 05, 2015
Benjamin Thaut
Apr 05, 2015
Iain Buclaw
Apr 06, 2015
Daniel Murphy
Apr 06, 2015
Benjamin Thaut
Apr 07, 2015
Adam Hawkins
April 02, 2015
It's the end of Q1. Walter and I reviewed our vision document. We're staying the course with one important addition: switching to ddmd, hopefully with 2.068.

http://wiki.dlang.org/Vision/2015H1


Andrei
April 02, 2015
On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
> It's the end of Q1. Walter and I reviewed our vision document. We're staying the course with one important addition: switching to ddmd, hopefully with 2.068.
>
> http://wiki.dlang.org/Vision/2015H1
>
>
> Andrei

What is the plan for GDC and LDC ?
April 02, 2015
On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
> It's the end of Q1. Walter and I reviewed our vision document. We're staying the course with one important addition: switching to ddmd, hopefully with 2.068.
>
> http://wiki.dlang.org/Vision/2015H1
>
>
> Andrei

I see that the memory management item is still there. What's going on with std.allocator? I have a few projects (some on Github, some at EMSI) that use it because it seemed like it was on its way to being in Phobos. What can I do to help with this?
April 02, 2015
On Thursday, 2 April 2015 at 23:39:53 UTC, Brian Schott wrote:
> On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
>> It's the end of Q1. Walter and I reviewed our vision document. We're staying the course with one important addition: switching to ddmd, hopefully with 2.068.
>>
>> http://wiki.dlang.org/Vision/2015H1
>>
>>
>> Andrei
>
> I see that the memory management item is still there. What's going on with std.allocator? I have a few projects (some on Github, some at EMSI) that use it because it seemed like it was on its way to being in Phobos. What can I do to help with this?

+1
April 02, 2015
On 4/2/15 4:39 PM, Brian Schott wrote:
> On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
>> It's the end of Q1. Walter and I reviewed our vision document. We're
>> staying the course with one important addition: switching to ddmd,
>> hopefully with 2.068.
>>
>> http://wiki.dlang.org/Vision/2015H1
>>
>>
>> Andrei
>
> I see that the memory management item is still there. What's going on
> with std.allocator?

I'm hard at work on it. https://github.com/andralex/phobos/tree/allocator

> I have a few projects (some on Github, some at EMSI)
> that use it because it seemed like it was on its way to being in Phobos.
> What can I do to help with this?

Thanks for offering! I think the best thing to do will be test harnesses and performance evaluation. Let's discuss that more when I get closer to something reviewable for Phobos.


Andrei

April 02, 2015
On Thursday, 2 April 2015 at 23:44:01 UTC, Andrei Alexandrescu wrote:
> On 4/2/15 4:39 PM, Brian Schott wrote:
>> On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
>>> It's the end of Q1. Walter and I reviewed our vision document. We're
>>> staying the course with one important addition: switching to ddmd,
>>> hopefully with 2.068.
>>>
>>> http://wiki.dlang.org/Vision/2015H1
>>>
>>>
>>> Andrei
>>
>> I see that the memory management item is still there. What's going on
>> with std.allocator?
>
> I'm hard at work on it. https://github.com/andralex/phobos/tree/allocator
>
>> I have a few projects (some on Github, some at EMSI)
>> that use it because it seemed like it was on its way to being in Phobos.
>> What can I do to help with this?
>
> Thanks for offering! I think the best thing to do will be test harnesses and performance evaluation. Let's discuss that more when I get closer to something reviewable for Phobos.
>
>
> Andrei

Is the workflow for getting into std.experimental defined - i.e, does it have to be reviewed before going into std.experimental or after?
April 03, 2015
On 4/2/15 4:47 PM, weaselcat wrote:
> Is the workflow for getting into std.experimental defined - i.e, does it
> have to be reviewed before going into std.experimental or after?

We didn't discuss that much yet, but in all likelihood we need two stages of review: general fitness assessment for std.experimental, then a much stronger scrutiny for admission into std. -- Andrei
April 03, 2015
On Thursday, 2 April 2015 at 23:44:01 UTC, Andrei Alexandrescu wrote:
> On 4/2/15 4:39 PM, Brian Schott wrote:
>> On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
>>> It's the end of Q1. Walter and I reviewed our vision document. We're
>>> staying the course with one important addition: switching to ddmd,
>>> hopefully with 2.068.
>>>
>>> http://wiki.dlang.org/Vision/2015H1
>>>
>>>
>>> Andrei
>>
>> I see that the memory management item is still there. What's going on
>> with std.allocator?
>
> I'm hard at work on it. https://github.com/andralex/phobos/tree/allocator

maybe wishful thinking, but it would be nice if this was on dub until it does get some sort of review, but I'm not sure how much work it would take to get it on there.
April 03, 2015
On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
> It's the end of Q1. Walter and I reviewed our vision document. We're staying the course with one important addition: switching to ddmd, hopefully with 2.068.
>
> http://wiki.dlang.org/Vision/2015H1
>
>
> Andrei

Regarding "C++ integration". I'm working on https://issues.dlang.org/show_bug.cgi?id=14178 which is the first step to get STL working.
April 03, 2015
It would be great to have dmd on embedded platforms.

On Thursday, 2 April 2015 at 22:44:56 UTC, Andrei Alexandrescu wrote:
> It's the end of Q1. Walter and I reviewed our vision document. We're staying the course with one important addition: switching to ddmd, hopefully with 2.068.
>
> http://wiki.dlang.org/Vision/2015H1
>
>
> Andrei

« First   ‹ Prev
1 2 3 4 5 6 7 8