ImportC and nothrow/@nogc?

Manu turkeyman at gmail.com
Sun Aug 25 10:32:31 UTC 2024


On Sun, 25 Aug 2024 at 19:56, Paolo Invernizzi via Digitalmars-d <
digitalmars-d at puremagic.com> wrote:

> On Saturday, 24 August 2024 at 17:43:38 UTC, Manu wrote:
> > On Sun, 25 Aug 2024 at 03:31, Richard (Rikki) Andrew Cattermole
> > via Digitalmars-d <digitalmars-d at puremagic.com> wrote:
> >
> >> On 25/08/2024 5:10 AM, Manu wrote:
> >> > [...]
> >>
> >> I've been considering something along these lines.
> >>
> >> Specifically, ``@trusted`` does not mean the entire body
> >> shouldn't be verified. It just means that you are going to do
> >> something naughty that needs looking at.
> >>
> >> So you need annotated scopes inside of it, to do the naughty
> >> thing.
>
> Just wrote a trusted function and call it: that's the sane way to
> do it and respect code reviewer hard job.


...so, because I'm going to make one single unsafe function call inside of
some function, I should eject all other related or unrelated safety checks
for the entire surrounding context?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20240825/5316fdec/attachment.htm>


More information about the Digitalmars-d mailing list