[Issue 24673] New: [DIP1000] Usage of `scope` parameters should require an explicit `@safe`-ty annotation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 23 12:32:31 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24673

          Issue ID: 24673
           Summary: [DIP1000] Usage of `scope` parameters should require
                    an explicit `@safe`-ty annotation
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: qs.il.paperinik at gmail.com

On functions, annotating parameters `scope` or `in` should require the function
be annotated with `@safe`, `@trusted` or `@system`. With `@system` being the
default, it makes it easy to specify the outward guarantee that the parameter
doesn’t escape without it being enforced.

--


More information about the Digitalmars-d-bugs mailing list