[Issue 13608] std.range range interfaces hide @safe-ness

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 7 04:47:43 PDT 2016


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
(In reply to Brad Roberts from comment #2)
> That unittest, now in std/algorithm/iteration.d, isn't marked pure yet. 
> Looking at std.range.interfaces, only one test is marked @pure.  For this to
> be closed, unit tests are needed.

I presume you meant @safe, not @pure. The unittest is indeed now marked as
@safe.

--


More information about the Digitalmars-d-bugs mailing list