www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DIP 1011-extern(delegate)--Formal Review

reply Mike Parker <aldacron gmail.com> writes:
The first stage of the formal review for DIP 1011 [1], 
"extern(delegate)", is now underway. From now until 11:59 PM ET 
on August 25 (3:59 AM GMT on August 26), the community has the 
opportunity to provide last-minute feedback. If you missed the 
preliminary review [2], this is your chance to provide input.

I'd like to remind you of the purpose of the formal feedback 
period. The preliminary review was for general discussion and the 
correction of major flaws. The formal review feedback should be 
focused on uncovering any flaws that were overlooked in previous 
stages. This is not the place to debate the merits of the DIP. 
Feel free to make your opinions known for the benefit of Walter 
and Andrei, but if you feel the need to debate any points of the 
DIP, or any of the comments made in this thread, please create a 
new thread for it. Please consult the 'Review Process' section of 
the DIPs README [3] for more details.

At the end of the feedback period, I will submit the DIP to 
Walter and Andrei for their final decision. Thanks in advance to 
those of you who participate.

[1] 
https://github.com/dlang/DIPs/blob/615d621636e081af9b18566e9b3dffd9c2f7a14b/DIPs/DIP1011.md

[2] 
http://forum.dlang.org/post/topmfucguenqpucsbhwi forum.dlang.org

[3] https://github.com/dlang/DIPs/blob/master/README.md
Aug 11 2017
next sibling parent reply Dominikus Dittes Scherkl <dominikus scherkl.de> writes:
On Friday, 11 August 2017 at 10:45:03 UTC, Mike Parker wrote:
 The first stage of the formal review for DIP 1011 [1], 
 "extern(delegate)", is now underway.
I see no problem with this DIP. And even if the usecase is rare, I think it is worth the new syntax (and thereby increased complexity of the language) to be able to do this in a type-safe way. So: +1
Aug 11 2017
parent reply Patrick Schluter <Patrick.Schluter bbox.fr> writes:
On Friday, 11 August 2017 at 17:57:30 UTC, Dominikus Dittes 
Scherkl wrote:
 On Friday, 11 August 2017 at 10:45:03 UTC, Mike Parker wrote:
 The first stage of the formal review for DIP 1011 [1], 
 "extern(delegate)", is now underway.
I see no problem with this DIP. And even if the usecase is rare, I think it is worth the new syntax (and thereby increased complexity of the language) to be able to do this in a type-safe way. So: +1
+1 from me too. I'm not sure that it will stay rare. This is the kind of feature that can open up a real new class of usage that are not known yet. In short, this feature may bring duck typing to another level.
Aug 12 2017
parent Manu via Digitalmars-d <digitalmars-d puremagic.com> writes:
On 12 August 2017 at 20:44, Patrick Schluter via Digitalmars-d <
digitalmars-d puremagic.com> wrote:

 On Friday, 11 August 2017 at 17:57:30 UTC, Dominikus Dittes Scherkl wrote:

 On Friday, 11 August 2017 at 10:45:03 UTC, Mike Parker wrote:

 The first stage of the formal review for DIP 1011 [1],
 "extern(delegate)", is now underway.
I see no problem with this DIP. And even if the usecase is rare, I think it is worth the new syntax (and thereby increased complexity of the language) to be able to do this in a type-safe way. So: +1
+1 from me too. I'm not sure that it will stay rare. This is the kind of feature that can open up a real new class of usage that are not known yet. In short, this feature may bring duck typing to another level.
+1, this is awesome. I've been thinking how this might work for years. Nice work!
Aug 13 2017
prev sibling parent Mike Parker <aldacron gmail.com> writes:
On Friday, 11 August 2017 at 10:45:03 UTC, Mike Parker wrote:
 The first stage of the formal review for DIP 1011 [1], 
 "extern(delegate)", is now underway. From now until 11:59 PM ET 
 on August 25 (3:59 AM GMT on August 26), the community has the 
 opportunity to provide last-minute feedback. If you missed the 
 preliminary review [2], this is your chance to provide input.
Just to remind everyone: there are four more days remaining in the feedback period. If you have any input, type now!
Aug 21 2017