Thread overview
[Issue 11236] assumeUnique and pointsTo do not belong in std.exception
Jul 08, 2014
Nick Treleaven
Dec 17, 2022
Iain Buclaw
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=11236

Nick Treleaven <ntrel-public@yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntrel-public@yahoo.co.uk

--- Comment #1 from Nick Treleaven <ntrel-public@yahoo.co.uk> ---
(In reply to Andrej Mitrovic from comment #0)
> assumeUnique could go to std.conv/std.typecons

+1 for std.conv.

> and pointsTo seems like it could fit in with std.traits.

pointsTo has been deprecated in May and replaced with 2 new std.exception functions: https://github.com/D-Programming-Language/phobos/commit/c88515

So if we're going to move mayPointTo and doesPointTo, it would be good to do it before the 2.066 release (if it's not too late) to avoid further deprecations.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11236

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
December 01
https://issues.dlang.org/show_bug.cgi?id=11236

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10006

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--