DConf hackathon: idea list

OoopsAgain via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu May 4 08:29:58 PDT 2017


On Thursday, 4 May 2017 at 14:53:34 UTC, Adam D. Ruppe wrote:
> I just added two things:
>
> 1) error messages, which are code intensive but a HUGE payoff 
> in productivity (and thus marketing)
>
> and 2) Opposite attributes, which are trivial to implement but 
> painful to get merged.
>
>
> I think dconf is a good opportunity for you guys to get things 
> like #2 actually merged. No more waiting for months for a 
> review, discuss it right there and have an in-person decision 
> to go or not go. Merge immediately without additional delay.

I just had a vision:

pragma(pushAttributes);
@safe: void foo();
pragma(popAttributes);
void notsafeanymore();

No need for reverse for each attribute (and new attributes in the 
future).


More information about the Digitalmars-d-announce mailing list