Thread overview
[Issue 12064] std.typecons.wrap doesn't handle NVI
Nov 13, 2017
Basile B.
Nov 13, 2017
Basile B.
Mar 21, 2020
Basile-z
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=12064

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
November 13, 2017
https://issues.dlang.org/show_bug.cgi?id=12064

Basile B. <b2.temp@gmx.com> changed:

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

--- Comment #1 from Basile B. <b2.temp@gmx.com> ---
PR https://github.com/dlang/phobos/pull/5858

--
November 13, 2017
https://issues.dlang.org/show_bug.cgi?id=12064

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--- Comment #2 from Basile B. <b2.temp@gmx.com> ---
This was actually a bug that prevented certain case of wrap to compile.

--
November 14, 2017
https://issues.dlang.org/show_bug.cgi?id=12064

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c9f2158b59a460350e993a2deccad9dbcafc7a51 fix issue 12064 - std.typecons.wrap doesn't handle NVI

https://github.com/dlang/phobos/commit/d1a0a32e7997a15b646bfff81e1514458ae6cf1f Merge pull request #5858 from BBasile/issue-12064

fix issue 12064 - std.typecons.wrap doesn't handle NVI merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>

--
November 14, 2017
https://issues.dlang.org/show_bug.cgi?id=12064

github-bugzilla@puremagic.com changed:

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

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=12064

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c9f2158b59a460350e993a2deccad9dbcafc7a51 fix issue 12064 - std.typecons.wrap doesn't handle NVI

https://github.com/dlang/phobos/commit/d1a0a32e7997a15b646bfff81e1514458ae6cf1f Merge pull request #5858 from BBasile/issue-12064

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

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

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

--