Value closures (no GC allocation)

Stanislav Blinov via Digitalmars-d digitalmars-d at puremagic.com
Wed May 24 20:14:14 PDT 2017


On Thursday, 25 May 2017 at 01:18:22 UTC, Mike Parker wrote:

label:
if (self.bored) goto disclaimer;

>> We're well aware. The file name is not indicative of anything.


> The README outlines the procedure for DIP submission, including 
> the format of the filename. The concern is that if you include 
> number in the filename, it opens the door to people referring 
> to it by that number. We want to avoid that.
>
> [1] https://github.com/dlang/DIPs/blob/master/README.md

// warning, loops until self.bored is true
goto label;

disclaimer:

Mike, I've read that README several times over. Yes, a mistake 
was made, a number self-assigned. Yes, that is not how it's done. 
Yes, we know. Yes. Thanks for the reminder. All is fixed.


More information about the Digitalmars-d mailing list