On 04/05/2017 4:29 PM, OoopsAgain wrote:
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).

So:

@safe {
        void foo();
}

void notsafeanymore();

Reply via email to