[Issue 14439] New: aa's are essentially unusable in @safe contexts

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Apr 11 01:33:45 PDT 2015


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

          Issue ID: 14439
           Summary: aa's are essentially unusable in @safe contexts
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: braddr at puremagic.com

Darned little of the aa interfaces are usable in an @safe context.  The api I
hit first is aa.keys, but on looking at object.di and aaA.d, about the only
ones that _are_ @safe is aaLiteral and friends.  Not even _aaLen is @safe.

--


More information about the Digitalmars-d-bugs mailing list