www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16566] New: hasLength should enforce that length has type

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

          Issue ID: 16566
           Summary: hasLength should enforce that length has type size_t
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: andrei erdani.com

Currently hasLength verifies that length has the exact type size_t. Currently
it's more permissive allowing anything implicitly convertible to ulong. See
some discussion in https://github.com/dlang/phobos/pull/4815.

There is a gray area of 64-bit length on 32-bit system but I doubt much code
could work that way.

--
Sep 30 2016