Thread overview
[Issue 13608] std.range range interfaces hide @safe-ness
Nov 21, 2015
bb.temp@gmx.com
Nov 21, 2015
Brad Roberts
Jun 07, 2016
Walter Bright
Jun 07, 2016
Walter Bright
Mar 21, 2020
Basile-z
November 21, 2015
https://issues.dlang.org/show_bug.cgi?id=13608

bb.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bb.temp@gmx.com
         Resolution|---                         |FIXED

--- Comment #1 from bb.temp@gmx.com ---
pass in 2.069

--
November 21, 2015
https://issues.dlang.org/show_bug.cgi?id=13608

Brad Roberts <braddr@puremagic.com> changed:

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

--- Comment #2 from Brad Roberts <braddr@puremagic.com> ---
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.

--
June 07, 2016
https://issues.dlang.org/show_bug.cgi?id=13608

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe
                 CC|                            |bugzilla@digitalmars.com

--
June 07, 2016
https://issues.dlang.org/show_bug.cgi?id=13608

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #3 from Walter Bright <bugzilla@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.

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=13608

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--