[Issue 3561] math.abs signature accepts static arrays, but errors internally.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 21 10:16:06 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=3561


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|diagnostic                  |
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-12-21 10:15:58 PST ---
It doesn't error internally anymore. But I'm keeping it open for the
enhancement request for static array support. Btw your patch doesn't seem to
work for this test-case anymore:

assert(abs([-1,-2,-3]) == [1,2,3]);

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list