Thread overview
[Issue 15263] [REG2.067.0] Cannot insert range into DList
[Issue 15263] Cannot insert range into DList
Oct 30, 2015
ryan@rcorre.net
Oct 30, 2015
Vladimir Panteleev
Nov 06, 2015
Yuxuan Shui
Nov 07, 2015
ryan@rcorre.net
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15263

ryan@rcorre.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryan@rcorre.net

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15263

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
            Summary|Cannot insert range into    |[REG2.067.0] Cannot insert
                   |DList                       |range into DList
           Severity|major                       |regression

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
This is a regression.

Introduced in https://github.com/D-Programming-Language/phobos/pull/2457

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

Yuxuan Shui <yshuiv7@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yshuiv7@gmail.com

--- Comment #2 from Yuxuan Shui <yshuiv7@gmail.com> ---
Looks like we just need to make DList.createNode an auto ref function?

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

ryan@rcorre.net changed:

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

--- Comment #3 from ryan@rcorre.net ---
(In reply to Yuxuan Shui from comment #2)
> Looks like we just need to make DList.createNode an auto ref function?

Correct, and this was actually fixed by https://github.com/D-Programming-Language/phobos/pull/3787#issuecomment-152760223. I'll go ahead and close.

--